Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 625 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 625 Bytes

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