/Blog_Connect

Blog Connect is a Django-based blog application that enables users to create, edit, and manage blog posts.

Primary LanguageHTML

Blog Connect

Blog Connect is a Django-based blog application that enables users to create, edit, and manage blog posts.

Installation

1. Clone the Repository

git clone https://github.com/mukul-079/Blog_Connect.git

2. Setup Virtual Environment

# Create a virtual environment
python -m venv venv

# Activate the virtual environment
venv\Scripts\activate

3. Install Dependencies

pip install -r requirements.txt

4. Apply Migrations

python manage.py migrate

5. Create a Superuser

python manage.py createsuperuser

6. Running the Development Server

python manage.py runserver