Backend application for Luncher.
author: Piotr Poteralski
The application was created for recruitation purposes
https://docs.docker.com/engine/installation/
To run test you should build project using docker-compose command:
docker-compose build
Then to run test you simply use up parameter
docker-compose up
You should see log with test errors. See issues for all task list.
Good Luck!