mirror of
https://github.com/ijaric/voice_assistant.git
synced 2025-05-24 22:43:26 +00:00
.. | ||
bin | ||
lib | ||
tests | ||
.dockerignore | ||
.gitignore | ||
.lintstagedrc.json | ||
.prettierignore | ||
Dockerfile | ||
Makefile | ||
poetry.lock | ||
poetry.toml | ||
pyproject.toml | ||
README.md |
Python Service Example Backend
Python Service Example Backend
Development
Global dependencies
- poetry
Makefile commands
make init
- Initialize servicemake lint
- Lint servicemake lint-fix
- Auto-fix servicemake test
- Test servicemake clean
- Clean up servicemake dev-server-start
- Start dev servermake test-coverage-run
- Collect test coverage datamake test-coverage-report
- Show coverage report in consolemake test-coverage-html
- Prepare and show coverage report in browsermake ci-image-build
- Build production containermake ci-image-push
- Push production container to yccr
Environment variables
APP_ENV
- Application environment (development, production, etc.)APP_VERSION
- Application version