This repository contains the source code for a personal blogging platform built with Python and Django web framework.
updated_demo_video.mp4
-
Clone the repository to your System
-
Change to the project directory
-
Create a virtual environment and activate it(refer to this article for help: https://www.geeksforgeeks.org/clone-and-run-a-django-project-from-github/)
-
Install the required dependencies and setup the database
pip install -r requirements.txt -
Create a superuser account
python manage.py createsuperuser -
Run the development server
python manage.py runserver -
Access the blogging platform in your web browser at 'http://localhost:8000'