socialmedia_web

πŸ“Έ Instagram Clone (Django)

✨ Features


πŸ–ΌοΈ Screenshots

πŸ” Login Page

Image

πŸ“ Sign Up Page

Image

❓ Forgot Password Page

Image

πŸ‘€ Profile Page

Image


πŸ› οΈ Technologies Used


πŸ” Forgot Password Feature

Users can now reset their password using the β€œForgot Password” option available on the login page.


βš™οΈ Installation and Setup

  1. πŸ“₯ Clone the repository: git clone https://github.com/SAIKUAMR-2001/instgra.git cd instgra

  2. 🐍 Create and activate a virtual environment: python -m venv env source env/bin/activate # On Windows use env\Scripts\activate

  3. πŸ“¦ Install dependencies: pip install -r requirements.txt

  4. πŸ”„ Apply migrations: python manage.py migrate

  5. πŸš€ Run the development server: python manage.py runserver

  6. 🌐 Open your browser and visit http://127.0.0.1:8000 to access Instgra.


πŸ“² Usage