mirror of
https://github.com/ijaric/voice_assistant.git
synced 2025-12-16 06:56:17 +00:00
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