A photo and video sharing app where users can post, like, comment, and follow others — just like Instagram.
- Django
- PostgreSQL
- Cloudinary
-
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






