Skip to content

fedorello/backender-challenge

 
 

Repository files navigation

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

About

cloned from https://github.com/mcproger/die-hard

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 73.9%
  • Shell 22.0%
  • Dockerfile 2.3%
  • Makefile 1.8%