A minimal Flask application template.
Install the dependencies:
pip install -r requirements.txtStart the development server:
python -m flask --app app run --debug --host=0.0.0.0 --port=5000Open http://localhost:5000 in your browser.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A minimal Flask application template.
Install the dependencies:
pip install -r requirements.txtStart the development server:
python -m flask --app app run --debug --host=0.0.0.0 --port=5000Open http://localhost:5000 in your browser.