Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Pop Quiz Game (Backend)

Description

Pop Quiz Game is a backend service built with Go that powers a real-time quiz application. The backend handles quiz logic, real-time communication, user answers, and score calculation, and is designed using a layered architecture for scalability and maintainability.

Features

  • Manage quiz questions and quiz sessions
  • Handle real-time communication using WebSocket
  • Process user answers and calculate scores
  • Serve data to a frontend application built with React

Architecture

  • Layered Architecture
    • Handler / Controller Layer
    • Service Layer
    • Repository / Data Access Layer
  • Clear separation of concerns

Tech Stack

  • Language: Go
  • Communication: WebSocket
  • Architecture: Layered Architecture
  • Concepts: Clean code, separation of concerns
  • Tools: Git, GitHub

Project Type

  • Backend service
  • Frontend implemented separately using React

How to Run

  1. Clone the repository
  2. Install dependencies:
    go mod tidy

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages