From 9e61f4f7fb6bc7e71bcf1d6ed4229060fad95b76 Mon Sep 17 00:00:00 2001 From: Mahesh Bhanushali Date: Mon, 30 Apr 2018 03:42:45 +0530 Subject: [PATCH] Create README.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..bf771d0 --- /dev/null +++ b/README.md @@ -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 ``` + + +