Skip to content

a-xp/vk-jeopardy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VK Jeopardy

A Jeopardy-style quiz game for VKontakte community chats, with an admin/rating web app built as a VK Mini App.

This is a monorepo:

Path What Stack
backend/ Game service: runs the game loop over VK's bot API, scores answers, stores games and ratings. Go · Gin · MongoDB
frontend/ Admin panel + live rating Mini App (game/topic editor, groups, leaderboard). React · VKUI · VK Bridge

See backend/README.md for the game architecture and deployment details.

Quick start

Requires mise (pins Go + Node) and a MongoDB instance.

mise install

# backend
mise run backend:run          # game service (default :9010)

# frontend
mise run frontend:install
mise run frontend:start       # admin/rating UI dev server
Task Command
Build backend mise run backend:build
Test backend mise run backend:test
Lint backend mise run backend:lint
Build frontend mise run frontend:build

About

Jeopardy-style quiz game for VK community chats — Go/Gin/MongoDB backend + React (VKUI) admin & rating Mini App. Monorepo.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors