Create README.md

pull/2/head
Mahesh Bhanushali 7 years ago committed by GitHub
parent 0dc54e9130
commit 9e61f4f7fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,16 @@
# 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 ```
Loading…
Cancel
Save