A full-stack web application to manage student results using Python Flask and SQLite.
This CRUD-based system allows you to add, view, edit, and delete student records easily via a web interface styled with Bootstrap.
- 📝 Add new student results
- 🗂 View a list of all students and their marks
- ✏️ Edit student records
- ❌ Delete student entries
- 📦 Lightweight and fast — uses SQLite as a backend
- 💻 Built with Python + Flask + HTML/CSS (Bootstrap)
| Layer | Technology |
|---|---|
| Backend | Python (Flask) |
| Frontend | HTML, Bootstrap |
| Database | SQLite |