cd f:\Projects\Artistry\Artistry-Redesign\frontend
npm installCreate frontend/.env:
VITE_API_GATEWAY=http://localhost:8000
VITE_DETECT_API=http://localhost:8001
VITE_SEGMENT_API=http://localhost:8002
VITE_ADVISE_API=http://localhost:8003
VITE_GENERATE_API=http://localhost:8004npm run devFrontend will run on: http://localhost:5173
Open browser: http://localhost:5173/mvp
Terminal 1-5: Backend services (see QUICK_START.md)
Terminal 6: Frontend
cd f:\Projects\Artistry\Artistry-Redesign\frontend
npm run dev- Upload: Drop a room image
- Budget: Select Low/Medium/High
- Room Size: Adjust slider
- Analyze: Click "Start AI Analysis"
- Wait: Objects detected (10-15 sec)
- Suggestions: Click "Get Design Suggestions"
- Cost: View ₹ pricing breakdown
- Generate: Click "Generate Visualization" (30-60 sec)
- DIY: Click any item for instructions
- Save: Click "Continue to Save & Share"
- Share: Click WhatsApp/Facebook/etc.
- Download: Get your design image
- Detected objects list
- Annotated image with boxes
- Bullet-point recommendations
- Design improvement ideas
- Original photo
- AI-generated redesign
- Side-by-side comparison
- Total: ₹23,000 (example)
- DIY: ₹20,000
- Savings: ₹3,000 (13%)
- Timeline: 1.5 days
- Per-item breakdown
- "Where to buy" links
- 6 steps for curtains
- 7 steps for walls
- Tools list with prices
- Materials with budget ranges
- Safety tips
- Video tutorial links
- Save to cloud
- Share to WhatsApp/Facebook/Twitter/Pinterest/LinkedIn
- Download image
All API calls working:
# In browser console (F12), you should see:
POST http://localhost:8001/detect/ → 200 OK
POST http://localhost:8003/advise/ → 200 OK
POST http://localhost:8003/estimate/total-cost → 200 OK
POST http://localhost:8004/generate/ → 200 OK
POST http://localhost:8003/diy/instructions → 200 OKnpm install --force
npm run dev- Check all 5 backend services running
- Verify .env file exists
- Check ports 8000-8004 accessible
- Backend CORS already configured
- Should work automatically
- Optional feature
- Works without MongoDB
- Share buttons still work (generate URLs)
- Test with real room photos (not stock images)
- Try all 3 budget tiers (see price differences)
- Click different items for DIY guides
- Expand all DIY steps to see details
- Test share links (they generate real URLs)
- Download image works without MongoDB
Backend: 5 services on ports 8000-8004 Frontend: http://localhost:5173/mvp
All 6 MVP features integrated and working! 🎉