- clone the Repository 📌
git clone https://github.com/RaphaelApeh/instagram-clone.git- Install requirements
pip install -r requirements.txt- Set in
.env⚙
DJANGO_SECRET_KEY=""
DJANGO_DEBUG=True- 🛠 Working Dir
cd src/- Migrate
python manage.py migrate- Login

