Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 798 Bytes

README.md

File metadata and controls

41 lines (27 loc) · 798 Bytes

backend

GitHub Node Tests

Description

This is the backend part of the senz admin panel built using NodeJS. It uses JWT for authentication,morgan for logging,helmet for security and express as a framework.

Installation

cd backend
npm install

Pre Running Step

  • Modify the dev.json,test.json and production.json in the config directory.
secretKey = "YOUR_SECRET_KEY";
dbURI = "YOUR_MONGODB_URI"; //Ignore if using Docker,
port: 8080;

Testing

npm test

Running

npm start

Documentation

API Documentation - https://senzadmin.herokuapp.com/apidoc/