Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 561 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 561 Bytes

RestFul API server

CodeFactor

Example of restfull API server with jwt authetication

Requirement

Please define the following in the .env file

APPLICATION_PORT=
MONGODB_URL=
JWT_ISSUER=
JWT_CONSUMER=
JWT_SECRET=
JWT_REFRESH_SECRET=

Run the project

To run the project

  1. Install the package by run the following command npm i
  2. Run this command after installing the packages node index.js