Better dockerization of the project
Summary
Currently setting docker up in this repo just does not work. Nobody has been able to get it up. Ideally we would like to use docker-compose to automate the setup of the image for web and the mysql db. Then a simple docker-compose up
(after setting up docker on your machine) should setup everything for you. The Go repo has this already setup so it should be a simple copy paste into here. Additionally, documentation would need to be updated to describe the process for setting up docker.