This is a project with a test task for backend developers.
You can find detailed requirements by clicking the links:
Tech stack:
- Python 3.13
- Django 5
- pytest
- Docker & docker-compose
- PostgreSQL
- ClickHouse
Put a .env
file into the src/core
directory. You can start with a template file:
cp src/core/.env.ci src/core/.env
Run the containers with
make run
and then run the installation script with:
make install
make test
make lint