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.tomlfor 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-composefor local validations.README.mdfor initial docs.