Instagram Clone with Django 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 Preview Login Page