Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kurianbenoy/flask-basic


https://github.com/kurianbenoy/flask-basic

Last synced: 29 days ago
JSON representation

Awesome Lists containing this project

README

        

# flask-basic

## Installation
```
python -m pip install flask
```
## setup

```
export FLASK_APP=lfh.py
flask run
```