Binge markets.
frontend/- React applicationbackend/- Node.js server
Install dependencies and start both services:
cd frontend
npm install
npm startcd backend
npm install
npm startStart the Python recommendation service:
cd backend/python
python main.pyStart the TCP watch party server:
cd backend node watchparty-server.js
npm startThis project was made for the Polymarket track at Nexhacks '26. See the submission on Devpost.