Augmented Reality (WebXR) quiz game with general knowledge questions. One wrong answer ends the game!
- Frontend: TypeScript + Vite + Three.js + WebXR
- Backend: NestJS + PostgreSQL + TypeORM
- Node.js 18+
- PostgreSQL 15+
- Meta Quest 3 (for AR) or WebXR-compatible browser
cd brainarena-backend
npm install
cp .env.example .env
# Configure .env with your PostgreSQL credentials
npm run start:devcd brainarena-frontend
npm install
cp .env.example .env
npm startcd brainarena-backend
npx ts-node src/questions/seed-questions.tsSee Frontend README
This project is licensed under the MIT License - see the LICENSE file for details.
Alberto Presenti