This repository contains the Test Task for Tenderplan
Dependencies are described in requirements.txt. Ensure you have them installed to run the project successfully.
Also, you need a redis and celery
To install the dependencies from requirements.txt, run the following command:
pip install -r requirements.txtAlternatively, you can build the Docker image which includes all necessary dependencies:
docker-compose buildTo start the program, set-up redis, celery and execute the main.py:
python3 main.pyOr, you can use Docker:
docker-compose up