Skip to content

Iyzyman/social_media_blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

social_media_blog

A simple social media application built with Django.

Features

  1. User authentication and authorization
  2. User profiles with profile pictures
  3. Posting and viewing of posts
  4. Commenting on posts
  5. Liking and unliking of posts and comments
  6. User-friendly UI

Prerequisites

  • Python 3.6 or higher
  • Django 2.2 or higher

Getting Started

  1. Clone the repository to your local machine using git clone https://github.com/Iyzyman/social_media_blog.git
  2. Navigate to the simplesocial directory using cd simplesocial
  3. Install the required packages using pip install -r requirements.txt
  4. Migrate the database using python manage.py migrate
  5. Create a superuser using python manage.py createsuperuser
  6. Start the development server using python manage.py runserver
  7. Access the application on your browser

Contributing Contributions are welcome. Please create a pull request and I will review it as soon as possible.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published