The Hostel Management System is a web-based application designed to streamline and manage hostel-related operations. This system provides functionality for administrators and students to perform tasks such as room allocation, course management, and student registration.
- Admin Panel: Allows administrators to manage courses, rooms, and student details.
- Student Panel: Provides students with features like hostel room booking and profile management.
- PHP
- JavaScript
- CSS
- HTML
- MySQL
- Web server (e.g., Apache)
- PHP (>= 7.0)
- MySQL
-
Clone the repository:
git clone https://github.com/swetamishra123/Hostel-Management-System.git
-
Import the SQL file (
your_database.sql
) into your MySQL database. -
Configure the database connection in
includes/db_config.php
. -
Set up your web server to serve the project.
-
Access the application through your web browser.
-
Admin Panel:
- Access the admin panel by navigating to
/admin
in your web browser. - Use the credentials:
- Username: admin
- Password: admin123
- Access the admin panel by navigating to
-
Student Panel:
- Students can access their panel through the root URL (
/
). - Login with your student credentials.
- Students can access their panel through the root URL (
Contributions are welcome! Feel free to open issues or pull requests.
This project is licensed under the MIT License - see the LICENSE file for details.
Replace the placeholders such as `your_database.sql` and update the instructions based on your project's specific setup. This README provides a brief overview, installation instructions, usage guidelines, and information about contributing and licensing. Adjust it to fit the specifics of your Hostel Management System project.