This application is a clone blog website. In this application, you can share your blogs and comment on other people's blogs. Purpose of this application is to increase my knowledge and practice in Django. I made the frontend part of the application using bootstrap4, html, css.
Frontend: Html, CSS, Bootstrap4
Server Side: Django and SQLite3
After cloning repository you need to create virtual enviroment and download django.
python -m venv venv
venv\Scripts\activate
Python3 -m vena ./venv
Source ./venv/bin/activate
pip install django
python manage.py runserver