API documentation can be found on the above link.
This repository contains a Server hosting API for the Yummy food blog. This is a full restful API allowing CRUD operation like Registering a new user, Returning user data, Editing and deleting user data. All the user data is stored in a SQL database. The API is built on the express framework and utilizes various node modules.
- Nodejs
- Express CORS Middleware
- Nodemon - for watching for server changes -SQLite3
- Node.js
- NPM
Execute the following command on your terminal to install all the needed packages:
npm install
Execute the following command to start the server:
node index.js