(Contributers: Ujjawal Khadanga, Sachin Mahawar, Dev Prajapat)
Hostel management system is a web application that allows users to register/login to their accounts and reserve hostel seats. The application provides these 5 features to the user:
- Login / Register an Account
- Book Hostel seats that are available
- Check the availability of Hostel Rooms
- Swap their Current Hostel with another Available one
- Vacate their current Hostel While Booking/ Swapping/ Vacating the hostel, all their details would be safely stored in the database. The user can logout from their account and end the session.
The application can run with XAMPP on localhost. Configure XAMPP and start the Apache server and MySQL server. Then follow the steps:
-
Import the hms_database.sql file using phpMyAdmin SQL.
-
Copy the contents of “HostelManagementSystem” folder into “C:/xampp/htdocs/HostelMangaementSystem”.
-
To run, open “localhost/HostelManagementSystem/” in the browser which is the entry point to the web application.
Login Page | Home Page (Book) |
---|---|
Check Room Status |
---|