Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 604 Bytes

File metadata and controls

42 lines (29 loc) · 604 Bytes

Die Hard

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

Installation

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

Tests

make test

Linter

make lint