A template for backend services
- Based on FastAPI
- Uses SQLAlchemy 2 for database interaction
- Includes examples of:
- API endpoints
- DB initialization
- DB requests
- Dockerizing the service
- Useful Makefile targets
- Install
docker
,docker-compose
,poetry
- Install project dependencies:
poetry install