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.
 
Mahesh Bhanushali 2a1149255b
Merge pull request #2 from williansmartins/patch-1
7 years ago
app/api Update users.js 7 years ago
config REST API 7 years ago
node_modules REST API 7 years ago
routes REST API 7 years ago
README.md Update README.md 7 years ago
package-lock.json REST API 7 years ago
package.json REST API 7 years ago
server.js REST API 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