Skip to content

Project team recipe menggunakan express, mysql , react & redux

Notifications You must be signed in to change notification settings

Leha-leha/Recipe_API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recipe API Web Food Recipe

This is Repository for API Web Food Recipe. For frontend section you can find here

Technologies

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

Install

npm install
npm start

env

HOST = "YOUR_DB_HOST"
USER = "YOUR_DB_USER"
DB   = "YOUR_DB"
PASS = "YOUR_DB_PAS"

PORT  = YOUR_PPORT

SECRET_KEY = "YOUR_SECRET_KEY"

API Endopoint

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

About

Project team recipe menggunakan express, mysql , react & redux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published