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.