Hello everyone!
I'm sharing a project that I built while learning Python Flask.
I also learned a great deal about various concepts of web application development including concepts like authentication, localization, deployments, testing, REST API etc.
2KAbhishek / Byteblog
A minimalist microblogging platform π¦π
Byteblog is a minimalist micro-blogging platform built with Pyhton Flask for anyone seeking a quieter "Social Media".
A user can easily register for Byteblog with their email id and password and then can easily share their bytes (similar to tweets in twitter) and also follow other people to read their thoughts, users can also message other users who follow them.
Features
- Posts
- Follow/Unfollow Users
- Messages
- Notifications
It was created to learn about various concepts of web application development including concepts like authentication, localization, deployments, testing, REST API building etc.
Technologies Used
- Python Flask
- SQL Alchemy
- Bootstrap
- WTForms
- Moment.js
- More including various flask plugins
Technical Features
Here are a few technical highlights of Byteblog.
-
Modular Design Built with Flask Blueprint to promote code reusability and modular design, parts of this project can be integrated into other projects without much changes.
-
Universal Database Support Uses SQL Alchemy for database interactions andβ¦
You can check it out here
Byteblog has the following features as of yet, I'm planning to add more in the future.
Features
- Posts
- Follow/Unfollow Users
- Messages
- Notifications
Technical Features
Here are a few technical highlights of Byteblog.
Modular Design:
Built with Flask Blueprint to promote code reusability and modular design, parts of this project can be integrated into other projects without much changes.Universal Database Support:
Uses SQL Alchemy for database interactions and can work with any database.Migrate Database:
Built with Flask Migrate to aid in database migrations, a database migration can be done with one simple commandflask db upgrade
.Universal Deployment:
Byteblog comes with all the configurations so that it can be deployed locally, on Docker, on VirtualBox and Heroku.Ephemeral Database:
Byteblog's production deployment on Heroku uses an ephemeral database which guarantees user data security and privacy.REST API Support:
Byteblog has JSON API support added to it so developers can add new API routes and build apps for any platform they wish.Testing Support:
Byteblog has testing support added to it so that changes can be verified before deploying to production, new tests can be added easily too.
A huge thanks to Miguel Grinberg for writing a great tutorial on Flask.
Top comments (9)
Nice job
Thank you! Bankole π
Wished I could speak like you guys π³π³
Why? I don't understand.
I will like to come to India one day and learn your language ππ
Oh! I see, I hope you are able to do that some day, but remember we have a lot (a whole lot) of languages here. ππ
I do know that ππ
Nice Work !
Thank you! Ahmed π