Skip to content

subrat-sahu/SDSlabs-hackathon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Complaint Register Application

for Hostel level implementation at IITR

Version

2.1.3

Usage

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)

Installation

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

To run the application

  1. Start the MongoDB Server.
$ mongod
  1. Install all the dependencies and middlewares from Package.JSON .
$ npm install
  1. Start the Node.JS server by
$ npm start

OR

$ node bin/www

OR (If you have nodemon Installed)!

$ nodemon bin/www

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published