Skip to content
This repository was archived by the owner on Aug 24, 2019. It is now read-only.

ayeama/flask-blog

Repository files navigation

flask-blog

CircleCI

A blogging website built on the Flask micro framework.

Environment Variables

You will need the following system environment variables to run this website.

FLASK_BLOG_SECRET FLASK_BLOG_DB_URL FLASK_BLOG_EMAIL_USERNAME FLASK_BLOG_EMAIL_PASSWORD

Database

If it is your first time running the website you will need to create a new database.

from blog import db db.create_all()

About

A blogging website built on the Flask micro framework.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors