Everything I'm studying I'm putting in this repo, to help me improve my skills.
You can run this app with the following commands:
make run_app
Turn off with:
make down_app
You can access container with:
docker exec -it <CONTAINER> /bin/bash
You can easily run tests with:
make tests