1
0
Fork 0

README content added

master
Simon Moser vor 3 Jahren
Ursprung 8b7d77f76d
Commit f5545c2b12

@ -0,0 +1,11 @@
# flask-rest-example
## Install
```
pip install flask
```
## Run
```
export FLASK_APP=api.py
flask run --host=0.0.0.0
```
Laden…
Abbrechen
Speichern