InstaClone

Insta Clone (Practice Project)

🚀 Project Setup

Backend Setup

cd backend
npm install
npm start

Frontend Setup

Just open frontend/index.html in your browser.

Environment Variables

Create .env in the backend folder:

MONGO_URI=your_mongo_connection_string
PORT=3000

Then deploy backend (Render/Vercel) and replace the URL in frontend/index.html.