https://github.com/miguelgrinberg/microblog
The microblogging application developed in my Flask Mega-Tutorial series. This version maps to the 2024 Edition of the tutorial.
https://github.com/miguelgrinberg/microblog
flask python webapp
Last synced: 5 months ago
JSON representation
The microblogging application developed in my Flask Mega-Tutorial series. This version maps to the 2024 Edition of the tutorial.
- Host: GitHub
- URL: https://github.com/miguelgrinberg/microblog
- Owner: miguelgrinberg
- License: mit
- Created: 2012-12-17T06:01:19.000Z (almost 13 years ago)
- Default Branch: main
- Last Pushed: 2025-04-06T19:01:35.000Z (6 months ago)
- Last Synced: 2025-05-07T21:38:50.176Z (5 months ago)
- Topics: flask, python, webapp
- Language: Python
- Homepage: http://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world
- Size: 81.1 KB
- Stars: 4,656
- Watchers: 182
- Forks: 1,677
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - miguelgrinberg/microblog - The microblogging application developed in my Flask Mega-Tutorial series. This version maps to the 2024 Edition of the tutorial. (Python)
- awesome-open-source-applications - RESTful API with Flask - commit/miguelgrinberg/microblog) |  | (Back-End Development)
- awesome-open-source-applications - RESTful API with Flask - commit/miguelgrinberg/microblog) |  | (Back-End Development)
README
# Welcome to Microblog!
This is an example application featured in my [Flask Mega-Tutorial](https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world). See the tutorial for instructions on how to work with it.
The version of the application featured in this repository corresponds to the 2024 edition of the Flask Mega-Tutorial. You can find the 2018 and 2021 versions of the code [here](https://github.com/miguelgrinberg/microblog-2018). And if for any strange reason you are interested in the original code, dating back to 2012, that is [here](https://github.com/miguelgrinberg/microblog-2012).