This is a simple Student Enrollment System that allows new students to register by providing their details. The system has separate login portals for students and Heads of Departments (HODs).
- Student Login: Students can view and update their details after logging in.
- HOD Login: HODs can view the details of students and faculty members in their department.
To run this project on your local machine using XAMPP, follow these steps:
-
Install XAMPP:
Download and install XAMPP on your system. You can follow this tutorial for guidance. -
Clone the Repository:
Clone this repository and place it in thehtdocsfolder within the XAMPP installation directory (default path isC:\xampp\htdocs). -
Start XAMPP:
Open the XAMPP Control Panel and start the Apache and MySQL services. -
Setup the Database:
- Open phpMyAdmin by clicking the Admin button next to MySQL in the XAMPP Control Panel or by navigating to http://localhost/phpmyadmin/ in your browser.
- Import the
registration.sqlfile into your MySQL server.
-
Run the Project:
In your browser, go to http://localhost/Student-Enrollment-System to access the system.
Note: Ensure the database is properly set up before running the application.
For any inquiries, please email: jithinka23@gmail.com