This is the Blog Engine built with Flask, Flask-SQLAlchemy, WTForms, Flask-WTF, Flask-Migrate and WebHelpers.
-
Git clone the repostory.
-
Install Flask, Flask-SQLAlchemy, WTForms, Flask-WTF, Flask-Migrate and Webhelpers using
pip
command. -
Change the database settings inside
app/__init__.py
file. -
Run the migration by this command
$ python manage.py db init $ python manage.py db migrate $ python manage.py db upgrade
-
Run the server by this command
$ python manage.py runserver
-
Enjoy!