Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cjolowicz/microblog

The example project from Miguel Grinberg's Flask Mega Tutorial
https://github.com/cjolowicz/microblog

Last synced: 6 days ago
JSON representation

The example project from Miguel Grinberg's Flask Mega Tutorial

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/cjolowicz/microblog.svg?branch=master)](https://travis-ci.org/cjolowicz/microblog)

# microblog
This is the example project from Miguel Grinberg's Flask Mega Tutorial:

https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world

Clone the original here:

https://github.com/miguelgrinberg/microblog

This repository is not a clone, but a step-by-step remake as I'm working through this excellent tutorial. There are separate commits for the individual steps in each chapter (except for the first three chapters). Additionally, the final commit in each chapter is tagged with the chapter number.