/flaskblog

A microblog based on the Flask web framework

Primary LanguagePythonMIT LicenseMIT

Flask Blog

Status GitHub Issues License

  • A Social Blogging Application

Flask Blog is a demonstration of Flask functionality taken directly from the exercises in Miguel Grinberg's excellent tutorial The Flask Mega-Tutorial

Installation

Local dev environment:

  • git clone https://github.com/kevinbowen777/flaskblog.git
  • mkvirtualenv flaskblog
  • pip install -r requirements/dev.txt
  • flask run
  • Open browser to http://127.0.0.1:5000

Local dev environment(with Docker):

  • TBD

Features

  • email verification for account registration & password/email change
  • ability to follow specific users
  • filter posts by followed users
  • gravatar support for user icons
  • private messaging between registered users

Live Application Demo:

TBD

Docker Container Image:


Screenshots

Posts

Posts

Profile

Profile

Search Results

Profile


License

Reporting Bugs

Visit the Issues page to view currently open bug reports or open a new issue.