Skip to content

Nutricoach API. Using MongoDB and Node.js- Express

Notifications You must be signed in to change notification settings

RecipeCoach/nc-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NutriCoach REST API


Setup

  • Node v8.x or above
  • Install MongoDB
  • run npm install
  • run npm start

Project structure

  • common (handling all shared services and information between user modules)
  • users (everything regarding users)
  • recipes (all the users favorites recipes store in the database)
  • auth (handle the flow to generate JWT and login flow)

Testing on Postman 🚀

Check the docs here

About

Nutricoach API. Using MongoDB and Node.js- Express

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published