A simple Java Web Application for managing student records using Servlets, JSP, and MySQL. This system enables administrators to perform CRUD (Create, Read, Update, Delete) operations on student data.
- π Admin Login
- π§βπ Add new student records
- π View all student details
- βοΈ Edit existing student information
- β Delete student entries
- π Search students by name or ID
- Frontend: HTML, CSS, JSP
- Backend: Java Servlets
- Database: MySQL
- Server: Apache Tomcat
- Clone the repository
git clone https://github.com/your-username/student-management-system.git