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.
- Host: GitHub
- URL: https://github.com/ganesh2116/student-management-system
- Owner: Ganesh2116
- Created: 2025-07-05T18:54:10.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-05T19:05:35.000Z (11 months ago)
- Last Synced: 2025-07-05T20:25:52.288Z (11 months ago)
- Topics: css, html, java, mysql, servelts, tomcat-server
- Language: Java
- Homepage:
- Size: 2.19 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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