Skip to content

medamineamara/tebsi-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tebsi backend

this API is created mainly to be used by tebsi frontend

main API endpoints:

GET : /api/recipe : list of all recipes populated by their ingredients
GET : /api/ingredient : list of all ingredients
the POST methods are only accessible by an admin with a token verification as a middleware (see code)



most of the code used is from : mern-exercise-tracker-mongodb

clone or download

$ git clone https://github.com/medamineamara/tebsi-backend.git
$ npm i

Releases

No releases published

Packages

No packages published