This repository is structured into two main packages: frontend and server.
frontend/: React + Vite web applicationserver/: Node.js + Express API server with MongoDB & AI Services
cd frontend
npm run devLocal URL: http://localhost:5173/
cd server
node server.jsBackend API: http://localhost:5000/