Skip to content
This repository was archived by the owner on May 14, 2024. It is now read-only.

Latest commit

 

History

History
28 lines (25 loc) · 1 KB

README.md

File metadata and controls

28 lines (25 loc) · 1 KB

Demo Express RESTful API server

This is test project to test API based on Express 4.* framework

Requests

Authorization based on JWT Data stores in mongodb

This project depends on the following "Node.js" modules:

  1. "express"
  2. "mongoose"
  3. "bcrypt"
  4. "jsonwebtoken"
  5. "body-parser"
  6. "morgan"
  7. "express-validator"