A Web Application for students to submit their grievances and for redressors to redress the same.
- Clone it
- We have used the Sendgrid API for mail you whose api key was kept in a .env file in studentg directory you may do the same if you use sendgrid otherwise you need to change the EMAIL_BACKEND in settings.py
- In the terminal, type the following commands:
cd studentg
pip3 install -r requirements.txt
python3 manage.py runserver - By default, www.localhost:8000 will be for students any other subdomain or no subdomain will also be for students.
For Redressal Body: redressal.localhost:8000
For Admin: admin.localhost:8000
You will need to edit hosts.py in studentg if you want to change subdomains
If running on localhost you would also need to add entries in your OS's hosts file. - Login Creds:
Username: university
Username: institute
Username: department
Username: student
Username: umember
Password: himanshu1
- Abdul Aziz Barkat
- Furqaan Thakur
- Himanshu Patil
- Mohtashim Ansari
- Saloni Mishra
- Shivam Tiwari
- Somil Virani
Special Thanks to:
Er. Ahlam Ansari (Mentor)
Mr. Amrullah Zunzunia (Mentor)