This is a Python app that connect to a MySQL database and return 'Hello, world' message that is stored in the database.
Registrator and Consul are used for service discovery.
All services are dockerized.
After cloning the repo run the following
cd helloworld-python-webapp
docker-compose up
then, type the following in your browser
127.0.0.1:8080