/microblog

This is a microblog called flaskr made using flask.

Primary LanguagePythonMIT LicenseMIT

Flaskr - microblog

This is a microblog made using flask given with the official documentation of flask (here).

Image of the microblog

About Flask

Flask is a micro web framework written in Python and based on the Werkzeug toolkit and Jinja2 template engine.

To be noted

  • There is only single user access (i.e. admin)
  • This project uses plain text passwords for simplicity.