https://github.com/maximderbin/tryflask
https://github.com/maximderbin/tryflask
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/maximderbin/tryflask
- Owner: maximderbin
- Created: 2017-02-25T00:22:33.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-07T04:39:14.000Z (almost 9 years ago)
- Last Synced: 2025-02-02T00:12:44.981Z (11 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tryflask
### Install required packges
pip install -e .
### Run flask app
FLASK_APP=tryflask FLASK_DEBUG=true flask run