- Uses Make for automation
- FastAPI as API Development Framework
- Python for the core programming language
- Docker for containerization
- Alembic for data migrations
make install # sets up venv and installs deps
make run # runs server with reload
make run-dev # runs with fastapi dev (dev-mode auto-reload)
make migrations # generates and applies alembic migrations
This template is licensed for usage, with full rights of the MIT License.
@50-Course