Skip to content

Building REST API with Node, JWT(Json Web Token) and Express 4

Notifications You must be signed in to change notification settings

light42/node-rest-api-jwt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Building REST API with Node, JWT(Json Web Token) and Express 4

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%