https://github.com/devdungeon/python-flask-template
Application template for Python Flask web applications
https://github.com/devdungeon/python-flask-template
Last synced: 3 months ago
JSON representation
Application template for Python Flask web applications
- Host: GitHub
- URL: https://github.com/devdungeon/python-flask-template
- Owner: DevDungeon
- Created: 2020-03-15T07:29:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-23T06:30:21.000Z (over 6 years ago)
- Last Synced: 2025-10-10T06:06:09.918Z (9 months ago)
- Language: HTML
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python Flask Template
## Setup
Install the Python dependencies needed from `requirements.txt`.
```bash
pip install -r requirements.txt
```
## Run the app
You can run the app directly by executing `app.py`.
```bash
python app.py
```