Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mozillazg/flask-demo

Hello Flask.
https://github.com/mozillazg/flask-demo

Last synced: 22 days ago
JSON representation

Hello Flask.

Awesome Lists containing this project

README

        

## init

```
virtualenv .env
source .env/bin/activate
pip install -r requirements.txt
python mamager db upgrade
```

## run

```
python manager.py runserver

python manager.py runserver -h 0.0.0.0 -d
```