Rest api using NodeJs and ExpressJS framework with mongoDB & Mongoose using json web token
after cloning:
npm i
- Run
touch .env
and configure your environment variables like in.env.example
npm start
NB. it can throw an error if you are not install nodemon try to install it globaly or in you project- Run
npm i -g nodemon
ornpm i nodemon --save-dev