1
0
mirror of https://github.com/ijaric/voice_assistant.git synced 2025-05-24 22:43:26 +00:00
voice_assistant/src/python-service
2023-09-20 11:46:36 +01:00
..
bin Review fix 2023-09-19 17:16:30 +03:00
lib Review fix 2023-09-19 17:16:30 +03:00
tests Original code by Dmitriy 2023-09-16 10:44:26 +01:00
.dockerignore Original code by Dmitriy 2023-09-16 10:44:26 +01:00
.gitignore Original code by Dmitriy 2023-09-16 10:44:26 +01:00
.lintstagedrc.json chore: cleaning up 2023-09-20 11:46:36 +01:00
.prettierignore Original code by Dmitriy 2023-09-16 10:44:26 +01:00
Dockerfile Original code by Dmitriy 2023-09-16 10:44:26 +01:00
Makefile Fix Makefile 2023-09-16 10:49:55 +01:00
poetry.lock chore: cleaning up 2023-09-20 11:46:36 +01:00
poetry.toml Original code by Dmitriy 2023-09-16 10:44:26 +01:00
pyproject.toml chore: cleaning up 2023-09-20 11:46:36 +01:00
README.md Original code by Dmitriy 2023-09-16 10:44:26 +01:00

Python Service Example Backend

Python Service Example Backend

Development

Global dependencies

  • poetry

Makefile commands

  • make init - Initialize service
  • make lint - Lint service
  • make lint-fix - Auto-fix service
  • make test - Test service
  • make clean - Clean up service
  • make dev-server-start - Start dev server
  • make test-coverage-run - Collect test coverage data
  • make test-coverage-report - Show coverage report in console
  • make test-coverage-html - Prepare and show coverage report in browser
  • make ci-image-build - Build production container
  • make ci-image-push - Push production container to yccr

Environment variables

  • APP_ENV - Application environment (development, production, etc.)
  • APP_VERSION - Application version