/flask-blog

Basic implementation of a blogging application.

Primary LanguageHTML

flask-blog

Basic implementation of a blogging application.

Running

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