Deploying a Python application leveraging Flask, Docker Compose, MySQL.
Run following command in directory with docker-compose.yml file
docker-compose up --buildUse the package manager pip to install requests.
pip install requestsRun console.py
python console.pyBy using simple menu-style app in console you can communicate with app by sending HTTP requests on localhost:5000 and directly change MySQL database.