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
- Python 3
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
- Login & logout
- Post Feed page
- Post a photo
- Like a photo
- Comment on a photo
- Edit your profile
- Following and followers option
- Direct Messaging
- Stories