Clone repository, go to project's directory and run (on Linux):
docker-compose up
After this you got mongodb on port :27017 and app on port :8080.
Go to http://localhost:8080/cards and check that you got json response.
If you want to stop docker-compose run:
docker-compose down
GL!HF!