Releases: san99tiago/fastapi-docker-github-actions
Releases · san99tiago/fastapi-docker-github-actions
v0.0.1
Initial Repo Structure with CI/CD and Docs
Details:
- First release with initial structure that includes:
pyproject.toml
for managing Python dependencies.src/
folder with FastAPI and Dockerfile for the core business logic.tests/
folder for unit tests..github/
folder for GitHub Actions with CI/CD config.docker-compose
for local validations.README.md
for initial docs.