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