tvaz / flask-blog

Basic implementation of a blogging application.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Basic implementation of a blogging application.


Languages

Language:HTML 52.9%Language:Python 47.1%