cd backend
npm install
npm start
Just open frontend/index.html in your browser.
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.