Skip to content

Latest commit

Β 

History

History
31 lines (21 loc) Β· 759 Bytes

File metadata and controls

31 lines (21 loc) Β· 759 Bytes

πŸŽ“ Student Management System

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.


πŸš€ Features

  • πŸ” Admin Login
  • πŸ§‘β€πŸŽ“ Add new student records
  • πŸ“‹ View all student details
  • ✏️ Edit existing student information
  • ❌ Delete student entries
  • πŸ” Search students by name or ID

πŸ› οΈ Tech Stack

  • Frontend: HTML, CSS, JSP
  • Backend: Java Servlets
  • Database: MySQL
  • Server: Apache Tomcat

▢️ How to Run

  1. Clone the repository
    git clone https://github.com/your-username/student-management-system.git