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.
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: