A backend API built with FastAPI to manage student attendance records.
- Mark attendance for students
- Fetch attendance by date or student
- RESTful endpoints with JSON responses
- FastAPI
- Uvicorn
- Python 3.10+
- Railway (for deployment)
# Install dependencies
pip install -r requirements.txt
# Run locally
uvicorn main:app --reload