Skip to content

This repository contains a blog app project which is implemented with backend functionality using Django, showcasing various features and capabilities of the framework.

Notifications You must be signed in to change notification settings

rakxya111/Blog-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog-App

This repository contains a blog app project which is implemented with backend functionality implemented using Django, showcasing various features and capabilities of the framework.

Setup Instructions

Prerequisites

  1. Python 3.x installed
  2. pip installed
  3. A virtual environment tool (optional but recommended)

Steps to Run the Project

  1. Clone the Repository

    git clone https://github.com/your-username/your-repository.git  
    cd your-repository
  2. Create a Virtual Environment (optional but recommended) python -m venv venv
    source venv/bin/activate # On Windows: venv\Scripts\activate

  3. Install Dependencies pip install Django==5.1.4 pip install pillow==11.0.0

  4. Apply Migrations python manage.py makemigrations
    python manage.py migrate

  5. Run the Development Server python manage.py runserver

  6. Access the Application Open your browser and go to: http://127.0.0.1:8000/

About

This repository contains a blog app project which is implemented with backend functionality using Django, showcasing various features and capabilities of the framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published