2.1.3
A web portal on Node.js app which use a MongoDB database,Where you can log in complaints related to the hostel and daily small complaints! It uses Basic authentication using passportjs ,I have used two different local-strategies for User and Admin(But it is better to use ACL like Permission)
This App requires Node.js v4+ to run. And MongoDB Mongo Shell Version 3.4.7
Uses Sendgrid Email service to send Email for forgotten password
- Start the MongoDB Server.
$ mongod
- Install all the dependencies and middlewares from Package.JSON .
$ npm install
- Start the Node.JS server by
$ npm start
OR
$ node bin/www
OR (If you have nodemon Installed)!
$ nodemon bin/www