Skip to content

Latest commit

 

History

History
167 lines (106 loc) · 3.79 KB

README.md

File metadata and controls

167 lines (106 loc) · 3.79 KB

Project: Hostel Management System

HostelMS.mp4

Features :

  • Login System.

  • View Room Details

  • Book Hostel

  • Student Registration

  • Manage Students.

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.

: : : : : LOGIN DETAILS : : : : :



Login Admin Username :

admin

Password :

Test@1234

Login User Username :

Password :

Test@123


DON'T FORGET TO CREATE A DATABASE NAMING "hostel.sql" AND IMPORT THE SQL FILE AND RUN. WITHOUT THE DATABASE THE PROJECT WON'T RUN.

Let's Open This Step by Step

1.Install XAMPP

2.Start this Two (Apache,MysSQL)

3.Open Xampp Folder and then htdocs folder like this

C:\xampp\htdocs

4.Copy folder and paste the hostel folder in htdocs

5.Open browser and search

http://localhost/phpmyadmin

6.Then go to databases

7.Create a database name with hostel

8.Now click on import and select the hostel databases and click on go like below

C:\xampp\htdocs\hostel\database

9. Open your browser and search with database name"Hostel"

http://localhost/hostel

10.Enter ID password

Login Admin Username :

admin

Password :

Test@1234

Login User Username :

Password :

Test@123

ER Diagram