Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 580 Bytes

File metadata and controls

31 lines (19 loc) · 580 Bytes

Complaints management system

A complaints management system restful api developed using NodeJS with Express and MongoDB

Prerequisites

Nodejs, NPM and mongodb.

Installing

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

Run Application

npm start

You can check running application on http://localhost:3000/