Byteblog

Byteblog

License People Stars Forks Watches Last Updated
Byteblog - Open Source blogging platform, share your thoughts in bytes. | Product Hunt

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

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

Technical Features

Here are a few technical highlights of Byteblog.

Dev Setup

git clone https://github.com/2kabhishek/Byteblog
cd Byteblog
pip install virtualenv
virtualenv env
source env/bin/activate
pip install -r ./requirements/development.txt
flask db upgrade
flask run