Skip to content

v0.0.1

Latest
Compare
Choose a tag to compare
@san99tiago san99tiago released this 09 Sep 04:41

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.