The source code for a blogging platform I created with Python and the Django web framework is available in this repository.
video1.mp4
Implemented features for user authentication, content creation, and comment management.
#Installation
-
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
-
Create a superuser account
-
Run the development server
-
Access the blogging platform in your web browser at 'http://localhost:8000'