Noti-Pare
A class attendance monitoring system with real-time email notifications to parents.
Features
- Role-based access (admin, teacher)
- Student registry
- Single-record-per-day attendance with update support
- Real-time email notifications for late/absent
- Audit and notification logs
- Reports and summaries
- REST API for integration
Quick start
- python -m venv .venv && .venv\Scripts\activate
- pip install -r requirements.txt
- Copy .env.example to .env and set values
- python run.py init-db
- python run.py