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.
cd backend
npm install
- 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;
npm test
npm start
API Documentation - https://senzadmin.herokuapp.com/apidoc/