add sample

This commit is contained in:
2025-03-25 22:43:34 -03:00
parent 02f0b317ae
commit e1eae86aa1
24 changed files with 603 additions and 51 deletions

View File

@@ -10,3 +10,9 @@ start-api: build
openapi:
uv run openapi.py && \
uv run python -m http.server 80 -d swagger
pytest:
uv run pytest
htmlcov: pytest
uv run python -m http.server 80 -d htmlcov