Skip to content

Releases: san99tiago/fastapi-docker-github-actions

v0.0.1

09 Sep 04:41
Compare
Choose a tag to compare

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.