- Required
python3.12
or newer - Install poetry — dependency management tool
- Install dependencies:
make init
Execute make
to see all available rules with documentation
- Activate virtual environment:
source .venv/bin/activate
- Don't forget to change values in .env
- Run development-only containers:
make up
- Run celery worker in watch mode:
make worker
- Run application in watch mode:
make app
- Run server application
- Open https://localhost:8000/docs
Distributed under the GNU AGPL v3. See LICENSE for more information.