Skip to content

mohamadanasfattoum/Simple-Blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Social-Media-App Blog

Welcome to the Simple-Blog project! This is a social media app blog developed using Python, Django, Bootstrap 5, Slugify, and taggit.

Project Screenshot

About

The Simple-Blog project is designed to provide users with a platform to create and share blog posts. It utilizes the Django framework for backend development, allowing for easy management of posts, user authentication, and more. The frontend is built using Bootstrap 5, providing a clean and responsive user interface. Additionally, the taggit library is integrated to enable tagging of blog posts, making it easier to organize and search for content.

Installation

To run the Simple-Blog project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/mohamadanasfattoum/Simple-Blog.git
  2. Navigate to the project directory:

    cd Simple-Blog
  3. Install the required dependencies. It is recommended to use a virtual environment:

    pip install -r requirements.txt
  4. Apply the database migrations:

    python manage.py migrate
  5. Start the development server:

    python manage.py runserver
  6. Access the application by visiting http://localhost:8000 in your web browser.