Skip to content

davishek7/django-social-insta-clone

Repository files navigation

Django Social Media Clone - Instagram

A photo and video sharing app where users can post, like, comment, and follow others — just like Instagram.


Technologies Used

  • Django
  • PostgreSQL
  • Cloudinary

Running locally

  • Clone the Github repository

    git clone https://github.com/davishek7/django-social-insta-clone
    
  • Create and activate virtual environment

    cd django-social-insta-clone
    python3 -m venv env
    source env/bin/activate
    
  • Install dependencies using pip

    pip install requirements.txt
    
  • Copy the .env.example file to .env and change the values

    cp .env.example .env
    
  • Running the dev server

    python manage.py runserver
    

Login Screen

Login Page

Home Screen

Home Page

Create Post Screen

Create Post Page

Post Details Screen

Post Details Page

Profile Screen

Profile Page

Notification Screen

Notification Page

Chat Screen

Chat Page

About

This is Instagram clone developed using django

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors