Hostel Management System made for our IIITV hostel. Specific to requirements. A desktop application aimed to manage hostel. The application was made using Bootstrap, Django and sqllite for Database.
Hostel Management System is an web application which aims at the computerization of hostel management letting the complete process of allotment and its management be dependent on computer. As the working of any hostel is almost same, I’ve chosen our own “Indian Institute of Infomation Technolgy, Vadodara Hostel” to present the software and its design. Without computers, everything goes on registers causing a lot of paper work with very less efficiency, which is where this software can dramatically improve the overall management. My purpose in developing this application was to provide a very simple interface to the requirement that will be easy to navigate and operate, proper record keeping and reporting, and an application that can be implemented on desktop or client/server architecture i.e. providing with the following features: Highly user-friendly Cross-platform Easy-to-use Tested system to track unnoticed error.
This user account is meant for the head clerk who maintains the complete database of students, maintains the room allotments. The privileges allowed to the head clerk/hostel accountant are:
- Allot a new room
- Empty an allotted room
- Swap rooms between students
- Shift student to empty room
- View or Update Details of student
- Search through complete database
first fork the repository
$ git clone https://github.com/singhshubham98/Online-Hostel-Allotment.git
$ cd Online-Hostel-Allotment
$ sudo -H pip install -r requirements.txt
$ python manage.py makemigrations
$ python manage.py migrate
$ python manage.py createsuperuser
$ python manage.py runserver
Username - admin.
Password - admin123
This project is licensed under the MIT license. See LICENSE file for more details.