Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cjolowicz/microblog
- Owner: cjolowicz
- Created: 2018-10-04T14:24:33.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T02:55:55.000Z (about 2 years ago)
- Last Synced: 2024-10-27T16:33:09.997Z (2 months ago)
- Language: Python
- Size: 165 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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.