
Here, Student/User can log in and view room details and book hostel easily. The user can change their password anytime. Admin can add/manage rooms, courses, students and many more. This simple project is done in PHP & It’s easy to operate and understand by users. The design is pretty simple and the user won’t find it difficult to understand, use and navigate.
Features :
- Login System.
- View Room Details
- Book Hostel
- Student Registration
- Manage Students.
How To Run The Project?
To run this project, you must have installed a virtual server i.e XAMPP on your PC (for Windows). Use for educational purposes only!
After Starting Apache and MySQL in XAMPP, follow the following steps.
1st Step: Extract file
2nd Step: Copy the main project folder
3rd Step: Paste in xampp/htdocs/
4th Step: Open a browser and go to URL “http://localhost/phpmyadmin/”
5th Step: Then, click on the databases tab
6th Step: Create a database naming “hostel” and then click on the import tab
7th Step: Click on browse file and select “hostel.sql” file which is inside the “hostel/database” folder
8th Step: Click on go.
After Creating Database,
9th Step: Open a browser and go to URL “http://localhost/hostel/”
Note: For admin login, username: admin and password: [email protected]

