Skip to content

A hostel portal build on python with flask and flask-sqlalchemy

Notifications You must be signed in to change notification settings

alohamora/hostel-management-portal

Repository files navigation

Hostel Management Portal

Features of the webapp

for students

  • search all the students of the hostel
  • add complaints regarding hostel and answer them.
  • give ratings to other students

for hostel admin

  • all the features defined above
  • validate user request
  • resolve complaints

Security features

  • CSRF disabled using csrf protection
  • caching disabled after login of user

Instructions to run the app on local machine:

  • go to directory hostel_portal
  • < cd hostel_portal >
  • execute file run.py using python
  • < python run.py >
  • open your web browser and enter the following address
  • < 127.0.0.1:5000 >

you can get the user and admin credentials from iiitdb.txt

About

A hostel portal build on python with flask and flask-sqlalchemy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published