- In this tutorial we will be developing simple REST API for movies collection with their released date. We gonna implement simple CRUD(Create, Read, Update and Delete) operations on movie collection data in our journey.
- Refer medium article for complete tutorial
- Node, NPM & MongoDB
- Clone this repo:
git clone https://github.com/bhanushalimahesh3/node-rest-api-jwt.git
- Install dependecies:
npm install
- Install nodemon:
npm install nodemon -g