Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 days 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 (about 12 years ago)
- Default Branch: main
- Last Pushed: 2024-07-30T22:44:15.000Z (5 months ago)
- Last Synced: 2024-10-29T14:56:12.218Z (2 months ago)
- Topics: flask, python, webapp
- Language: Python
- Homepage: http://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world
- Size: 83 KB
- Stars: 4,539
- Watchers: 180
- Forks: 1,634
- Open Issues: 3
-
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)
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).