A complaints management system restful api developed using NodeJS with Express and MongoDB
Nodejs, NPM and mongodb.
npm install
Change envirenment variables (.env)
PORT=3000
DB_CONNECT=your_mongodb_db
JWT_SECRET_KEY=jwt_secretkey
EMAIL_SERVICE=Gmail
EMAIL_HOST=smtp.gmail.com
EMAIL_PORT= 587
EMAIL_USER=gmail_user
EMAIL_PASSWORD=gmail_password
npm start
You can check running application on http://localhost:3000/