Backend Development¶
Develop the FastAPI backend.
Tech Stack¶
- FastAPI
- SQLAlchemy
- PostgreSQL
- Pydantic
Running Locally¶
API Documentation¶
Auto-generated at: - Swagger: http://localhost:8080/docs - ReDoc: http://localhost:8080/redoc
Adding Endpoints¶
- Create route in
api/routes/ - Define schema in
api/schemas/ - Update model if needed in
database/models/