The Student Management System is a web-based application designed to manage student information and facilitate administrative tasks. The system has two primary user roles: Admin and Student.This project provides a simple and intuitive dashboard for students to access their information and results. The template includes buttons for updating student info and viewing results, as well as a logout button for secure exit. The design is clean and minimalistic, with a focus on ease of use and navigation.
- Add Student: Admin can add new students to the system, including their personal and academic details.
- Update Student: Admin can update existing student information, including their personal and academic details.
- Delete Student: Admin can delete student records from the system.
- Search Student: Admin can search for students by name, roll number, or other criteria.
- Add Marks: Admin can add marks for students for various subjects and exams.
- Update Info: Students can update their personal and contact information.
- View Results: Students can view their academic results, including marks and grades.
-
Clone the repository files.
-
Download XAMPP server. Start the MySQL and Apache servers.
-
Put your project folder in XAMPP > htdocs > Your Project Folder.
-
In PHPmyadmin upload "tempdb.sql" file.
-
Open the "index.html" file on your server.