/FlaskBlog

A basic blog application using the Flask Python web-framework and SQLite3 as the database.

Primary LanguagePython

#FlaskBlog


###What is FlaskBlog?

FlaskBlog is a simple microblogging application developed using Flask - A python web framework and SQLite3 as the supporting database. Starting off as a fork of the sample app from flask tutorials, FlaskBlog aims to evolve into a fully functioning blogging application.

###Current Features

  • Most recent post is displayed first.
  • Single User only. (admin).
  • Dedicated login page.
  • Blog posts are text only.

###Live working examples http://qckdth.pythonanywhere.com/