Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 494 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 494 Bytes

Grievance-Portal

A protal where users can file complaints and get real time updates via registered email.

Major features:

  1. Sendgrid
  2. JWT Authentication
  3. Password hashing

This project is best to show in your college as project.

Frontend

  • Setup react on your system
  • Run npm install
  • Run npm start

Backend

  • Setup Node on your system
  • Run npm install
  • Run npm start

You can replace database url with your local mongoDB URL to run in your system.