Open-source multiplayer quiz platform with competitive game modes
The backend requires the following environment variables to be configured. Copy the .env.example file to .env and update the values:
cd backend
cp .env.example .env| Variable | Description | Example |
|---|---|---|
DATABASE_URL |
PostgreSQL database connection URL | postgresql://user:password@localhost:5432/quizforge |