This is Repository for API Web Food Recipe. For frontend section you can find here
For our backend API we use Javascript as main programming language with Node Js for environment. This API uses a number of open source projects to work properly:
- Express JS
- MySql
- bcrypt
- jasonwebtoken
- body-parser
- cors
- morgan
- multer
- nodemailer
- nodemon
- dotenv
npm install
npm start
HOST = "YOUR_DB_HOST"
USER = "YOUR_DB_USER"
DB = "YOUR_DB"
PASS = "YOUR_DB_PAS"
PORT = YOUR_PPORT
SECRET_KEY = "YOUR_SECRET_KEY"
GET All Recipes
HTTP GET
/recipes
GET Recipe
HTTP GET
/recipe/:id
EDIT Recipe
HTTP PATCH
/recipe/:id
DELETE Recipe
HTTP DELETE
/recipe/:id
For more information about this API, you can visit our API documentation on Here