Test assignment for lksh-2025 P-parallel
Required to have make, uv, docker and docker-compose installed.
All commands can be executed in bash. Don't forget to add required constants
into .env file before start. API documentation is available after
launch on http://127.0.0.1:8000/
Quick run(API in docker + CLI locally) for those who don't wanna read :)
make venv build up run-cliCreate/recreate virtual environment with dependencies
make venvLint + type check the project
make lintBuild API container
make buildRun API
make startRun API in background mode
make startRun CLI
make run-cli

