Skip to content

Jebaseelanravi/instagram-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

instagram-clone

This project is made in ❤️ with Django. As a the repo name suggests that this projects aims to build the clone of Instagram application using Python and Django

How to run this project in your machine

prerequisite

  • Python 3

Installation procedure

Clone the repo

git clone 

install the dependencies

pip install -r requirements.txt

create the databases

cd instagram-clone

python manage.py makemigrations

python manage.py migrate

run the server

python manage.py runserver 8000

Explore the application

Launch http://127.0.0.1:8000/ in your browser

Functionalities Implemented

  • Login & logout
  • Post Feed page
  • Post a photo
  • Like a photo
  • Comment on a photo
  • Edit your profile

Todo

  • Following and followers option
  • Direct Messaging
  • Stories

Snaps from Applications

Home Page

Alt text

Home Page

Alt text

Releases

No releases published

Packages

No packages published