Documentation (EN)
About
The project provides attendance tracking with the model:
- class totals (totalStudents)
- present count (presentCount)
- absent lists (absentUnexcused, absentExcused)
Stack
- FastAPI + Uvicorn
- SQLAlchemy + Alembic
- PostgreSQL
- Frontend SPA (
frontend/index.html,frontend/app.js) - Docker / Docker Compose