Flask Microblog

PythonFlaskBootstrap

August 15, 2020

A mega-tutorial from Miguel Grinberg

Setup

This is a project I worked on using the tutorial from Miguel Grinberg that I can recommend to anyone interested in a more granular web development experience using python. Flask is tiny, and with relatively few abstractions giving you the chance to try out a lot on your own.

The front-end is currently just using Flask Templates with the newest version of bootstrap for some styling.

Purpose

During the long days at home in 2020 I wanted to try something completely new to me and a friend recommended this amazing, and challenging tutorial in Flask. It was a long process, but very rewarding. And it leaves you with a template you can continue to modify if you so desire.

Live View [Broekn, Heroku free tier is gone]

GitHub Repo

Might look slightly familiar to you