DEV Community

Abhishek Keshri
Abhishek Keshri

Posted on

Byteblog - A Minimalist Microblogging Platform

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.

GitHub logo 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 command flask 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)

Collapse
 
geekyahmed profile image
Ahmed Bankole

Nice job

Collapse
 
2kabhishek profile image
Abhishek Keshri

Thank you! Bankole 😊

Collapse
 
geekyahmed profile image
Ahmed Bankole

Wished I could speak like you guys 😳😳

Thread Thread
 
2kabhishek profile image
Abhishek Keshri

Why? I don't understand.

Thread Thread
 
geekyahmed profile image
Ahmed Bankole

I will like to come to India one day and learn your language 😊😊

Thread Thread
 
2kabhishek profile image
Abhishek Keshri

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. πŸ˜„πŸ˜„

Thread Thread
 
geekyahmed profile image
Ahmed Bankole

I do know that πŸ˜‚πŸ˜‚

Collapse
 
rebaiahmed profile image
Ahmed Rebai

Nice Work !

Collapse
 
2kabhishek profile image
Abhishek Keshri

Thank you! Ahmed 😊