Skip to content

app-generator/deploypro-flask

Repository files navigation

DeployPRO Flask Free Sample

Minimal Flask Sample provided by DeployPRO service for testing.


Run in Docker

$ docker-compose up --build

At this point, the app runs at localhost:5000


Manual Build

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