/Hostel-management

A hostel management website for GCECT college hostel

Primary LanguageCSS

Project Title

This project is on "Hostel Management System".We have implemented this project using flask.Here we have provided some basic functions for "Admin" and "User".For "User" there are apply,login,check status, update profile, upload image functions. For "Admin" there are some functions like accept or reject application, allocate rooms, show student details, search student.More functions will be incorporated in future.

Installation & APIs

  • Open terminal in VS code
  • Install flask
  python -m pip install flask
  • Install razorpay to local machine.
  python -m pip install razorpay
  • Install flask_sqlalchemy to local machine.
  python -m pip install flask_sqlalchemy
  • Run the software using the run command.
  python -m flask run