# flask-rest-example ## Install ``` pip install flask ``` ## Run ``` export FLASK_APP=api.py flask run --host=0.0.0.0 ```