Basic implementation of a blogging application.
Install the requirements in a Python 3 environment. You should be able to run the application with just flask run
.
If it is not able to detect the application, try defining the Flask environment:
export FLASK_APP=app.py
flask run