This is an application created with an idea from the tutorial in Flask Mega-Tutorial.
This app is hostest at : https://flask-microblog-quest.herokuapp.com/ but the app refreshes pretty often.
Private Massaging
You can send a private message to a user via the user's profile page : https://flask-microblog-quest.herokuapp.com/user/{{username}}
Unlike public postings, private messaging bodies are encrypted in the database.
Database Dump
You can dump whole database after log-in via : https://flask-microblog-quest.herokuapp.com/dbdump