Skip to content

Latest commit

 

History

History
74 lines (51 loc) · 1.41 KB

README.md

File metadata and controls

74 lines (51 loc) · 1.41 KB

Painkiller

This test is designed to assess the technical skills of the candidate for the Senior Software Engineer role in areas such as backend development at A3Data company.


To run application in your local environment, follow the steps bellow:


Check docker compose

It's very important to check if you already can use a docker compose command. More info :here:

Create a virtual environment
python -m venv .venv
load a virtual environment
source .venv/bin/activate
Install poetry package manager
pip install poetry
Install project dependencies
poetry install
Starting applications
poetry run docker_up
Run coverage
poetry run coverage

For more poetry commands please visit: