apt-get install docker
apt-get install docker-compose
sudo service docker start
git clone https://github.com/fbonesso/webdev-challenge.git && cd webdev-challenge
docker-compose up
http://localhost:8080
I'm particularly pround of the containerization part. I believe that being able to reproduce the complete solution environment using Docker could be a very competitive aspect of the project.