1
0
Fork 0
Keine Beschreibung
  • HTML 63%
  • Python 37%
Datei suchen
2022-01-20 01:06:03 +01:00
templates first commit 2022-01-20 01:01:35 +01:00
.gitignore first commit 2022-01-20 01:01:35 +01:00
api.py first commit 2022-01-20 01:01:35 +01:00
README.md „README.md“ ändern 2022-01-20 01:06:03 +01:00

flask-rest-example

Install

pip install flask
git clone https://naclador.de/mosers/flask-rest-example.git
cd flask-rest-example

Run

export FLASK_APP=api.py
flask run --host=0.0.0.0