This is a restful api build with express and mongoose
#nodejs need to be install on your machine to run this project
structure
Routes =>All routes are here
Models => All models with Mongoose Schema
MiddleWare JWT Token and secure route
To Start
.create .env file on the project directory and create a variable and assign it your mongodb url
.npm install to install packages
.npm start to start your server