A web-based Student Management System that allows users to add, search, and delete student records through Roll Number.
Built with a modern frontend and a Python-powered backend, with persistent storage using MySQL.
This project provides an easy-to-use interface for managing student data securely.
It combines a clean frontend with Python backend logic and MySQL database storage.
- β Add student (with unique Roll No)
- π Search student by Roll No
- ποΈ Delete student record
- π Store and manage:
- Name
- Branch
- Semester
- CGPA
- Hobby
| Layer | Technology |
|---|---|
| Frontend | HTML, CSS, JavaScript |
| Backend | Python (Flask or pure Python) |
| Database | MySQL |
| Styling | CSS (custom or framework-free) |
π‘ Make sure MySQL is installed and running. Create a database with the required student table.
- Clone the repository:
git clone https://github.com/yourusername/student-management.git cd student-management - Run:
python app.py
- Open:
index.html