An open API service indexing awesome lists of open source software.

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'

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")