https://github.com/intothevoid/microblog
This is the accompanying code I am writing to the 'Flask Mega Tutorial'
https://github.com/intothevoid/microblog
Last synced: 2 months ago
JSON representation
This is the accompanying code I am writing to the 'Flask Mega Tutorial'
- Host: GitHub
- URL: https://github.com/intothevoid/microblog
- Owner: intothevoid
- License: mit
- Created: 2018-07-09T13:55:39.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-10-21T13:36:10.000Z (over 6 years ago)
- Last Synced: 2025-12-31T03:25:49.851Z (6 months ago)
- Language: Python
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# microblog
A microblog written in Python using Flask, SQLAlchemy and other supporting packages.
---
## History
- Created structure
- Used jinja templates to create html templates
- Used flask_wtf to create render web forms
- Used SQLAlchemy and SQLMigrate to setup SQLite database
- Added user login form and functionality
- Added new user registration form and functionality
- Added support for profiles and avatars
- Error handling, email logs, file logs and profile edit bug fix
- Add followers, follow, unfollow, unit tests
Thanks to Miguel Grinberg, I followed his tutorial while creating this microblog.
[Mega Flask Tutorial](https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world "Mega Flask Tutorial")