An open API service indexing awesome lists of open source software.

https://github.com/ganesh2116/student-management-system

This manages student data.
https://github.com/ganesh2116/student-management-system

css html java mysql servelts tomcat-server

Last synced: about 1 month ago
JSON representation

This manages student data.

Awesome Lists containing this project

README

          

# 🎓 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**
```bash
git clone https://github.com/your-username/student-management-system.git