matheusmurta / crud-node-express-jwt

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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


Languages

Language:JavaScript 100.0%