Developing RESTful APIs with Python and Flask

PHOTO EMBED

Thu Mar 03 2022 07:16:06 GMT+0000 (Coordinated Universal Time)

Saved by @morristech #bash

#!/bin/sh
export FLASK_APP=./cashman/index.py
source $(pipenv --venv)/bin/activate
flask run -h 0.0.0.0
content_copyCOPY

https://auth0.com/blog/developing-restful-apis-with-python-and-flask/