You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
7 years ago | |
---|---|---|
app/api | 7 years ago | |
config | 7 years ago | |
node_modules | 7 years ago | |
routes | 7 years ago | |
README.md | 7 years ago | |
package-lock.json | 7 years ago | |
package.json | 7 years ago | |
server.js | 7 years ago |
README.md
Building REST API with Node, JWT(Json Web Token) and Express 4
Introduction
- 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
Requirements
- Node, NPM & MongoDB
Installation
- Clone this repo:
git clone https://github.com/bhanushalimahesh3/node-rest-api-jwt.git
- Install dependecies:
npm install
- Install nodemon:
npm install nodemon -g