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-cli
Create/recreate virtual environment with dependencies
make venv
Lint + type check the project
make lint
Build API container
make build
Run API
make start
Run API in background mode
make start
Run CLI
make run-cli