- uv 0.6.4+
git clone https://github.com/kumarstack55/example-backend.git
cd ./example-backend
uv sync --frozenpytest tests/test_message_factory.pyuv run app.pyOK_RATIO=0.9 uv run app.pydocker compose buildor
docker buildx build -t example-backend .docker run -p 8080:8080 example-backendAt first, start the service.
docker compose up -dThen, run the tests.
uv run pytest test_app.pyMIT License. See the LICENSE file for details.