B Blog is a site similar to the early versions of instagram where users can make posts and follow different users
Django
PostgreSQL
Bootstrap
Make sure python 3 + is installed on your devices
python -m venv venv
venv\Scripts\activate
cd blog
pip install -r requirements.txt
py manage.py migrateTo connect to postgres Database please find the settings.py file in blog/blog/ and enter password, port, username and database

py manage.py runserver
- Pagination
- Image Uploading
- Protected Auth Routes
- Following / Unfollowing user
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.