Simple Quiz game for everybody
This project allows you to create your own quizzes, host the game and invite multiple people. It also contains scoreboard, so lets compete!
This project is using pnpm
npm install --global pnpm
Install dependencies for UI & run, inside ui
folder
pnpm install && pnpm dev
Run Server, inside server
folder
go run cmd/quiz/quiz.go