Download docker desktop
Ensure you are signed into docker desktop
In your terminal:
First pull the docker image from docker hub: docker pull bengidocking/python-flask-host3:3.0
docker run -d -p 5050:5050 bengidocking/python-flask-host2:api1
navigate to the following URL: localhost:5050/hello
alternatively use the command in your terminal: curl localhost:5050/hello to view the output in terminal
Clone github repo, cd into Team Handlebars, then use the command docker-compose up to run the application!