Categories:

Student Attendance Portal with Flask and SQLite

Original price was: ₹ 7,500.00.Current price is: ₹ 6,000.00.

Student Attendance Portal with Flask and SQLite A web portal designed to handle student attendance tracking. This project uses Flask for backend development and SQLite for storing student and attendance records. It features an interactive UI to view, add, and modify attendance data.

In this project, a student attendance portal is developed using Flask and SQLite. Teachers can mark attendance for their students, and students can check their attendance records through the portal. Flask handles the backend routing and user authentication, while SQLite stores the data. The system includes additional features like attendance summaries, graphs, and class-based attendance reports. The repository also includes implementation of email notifications for attendance updates.