a real-time sports commentary platform
backend/- node.js api with websocket supportfrontend/- react 19 spectator interface
cd backend
npm install
npm run devcd frontend
npm install
npm run devbackend runs on port 3001, frontend on port 5173.
- real-time match commentary
- websocket updates
- spectator view
- postgresql with drizzle orm