Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kurianbenoy/flask-basic
https://github.com/kurianbenoy/flask-basic
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kurianbenoy/flask-basic
- Owner: kurianbenoy
- Created: 2020-03-21T14:05:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T03:51:25.000Z (almost 2 years ago)
- Last Synced: 2023-03-05T12:51:46.028Z (over 1 year ago)
- Language: Python
- Size: 19.5 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# flask-basic
## Installation
```
python -m pip install flask
```
## setup```
export FLASK_APP=lfh.py
flask run
```