Backend Overview¶
The backend follows a layered architecture:
- API Layer: Handles HTTP requests and responses
- Service Layer: Contains business logic
- Data Layer: Interacts with the database
API Endpoints¶
Here are the Flask blueprints that expose our REST endpoints. Use the TOC to navigate to any specific route.