flask-http-api Create an http api with flask that displays the content from a file. To run the app with flask: $ export FLASK_APP=<path-to-.py-file> $ python3 -m flask run