Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/charukiewicz/microblog
A simple microblog made with flask.
https://github.com/charukiewicz/microblog
Last synced: 1 day ago
JSON representation
A simple microblog made with flask.
- Host: GitHub
- URL: https://github.com/charukiewicz/microblog
- Owner: charukiewicz
- Created: 2015-03-09T01:09:50.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-10T03:57:30.000Z (almost 10 years ago)
- Last Synced: 2023-08-10T07:13:57.804Z (over 1 year ago)
- Language: Python
- Size: 11.7 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
flask microblog
============### Intro
I've made a simple API with the [Flask microframework](http://flask.pocoo.org/) before (check out [beer manager](https://github.com/charukiewicz/beer-manager)), but I have never learned to use Flask to make an entire website including views, forms, a login system, and so on.
To do this, I am following Miguel Grinberg's [Flask Mega-Tutorial](http://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world), as it goes into great detail on exactly how to get a simple blog up and running.