A simple Student Management System built using Flask that helps manage student records efficiently. The application supports basic CRUD operations and demonstrates backend development using Python and Flask.
- Add new student records
- View all students
- Update student details
- Delete student records
- Persistent data storage using a database
- Backend: Flask (Python)
- Frontend: HTML, CSS
- Database: SQLite
- ORM: SQLAlchemy