⚡ FastAPI Overview
The backend is powered by FastAPI for high performance and easy async support.
🔩 Key Components
main.py
: Entry pointapi/
: All route handlersmodels/
: ORM modelsschemas/
: Pydantic schemasservices/
: Business logicauth/
: JWT-based authentication
🔐 Auth
- JWT tokens issued on login
- Role-based access for Professors, TAs, Admins
Last updated on