This repository contains the Test Task for InlyIT, designed to demonstrate our development practices and deployment procedures.
Api spec in file openapi.json
!!! Replace values in .env file !!!
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Dependencies are described in requirements.txt. Ensure you have them installed to run the project successfully.
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, just run the bash script located at docker/app.sh:
bash docker/app.shOr, you can use docker-compose up to bring up a Docker container:
docker-compose up