DeployPRO Flask Free Sample
Minimal Flask Sample provided by DeployPRO service for testing.
$ docker-compose up --buildAt this point, the app runs at localhost:5000
Install modules via
VENV
$ pip install flaskStart the app
$ flask runAt this point, the app runs at http://127.0.0.1:5000/.
Flask Starter - Open-source sample provided by DeployPRO