Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 331 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 331 Bytes

Generating web token for accessing RESTful APIs

Installation

  1. Download or clone the project from link
  2. Install all dependencies by using the command: npm install
  3. Start your mongodb server by using command: mongod
  4. Start your node server by using command: node server.js
  5. Now you can test API by using Postman etc.