Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alexisl61/buzzit

Multiplayer buzzer system
https://github.com/alexisl61/buzzit

buzzer multiplayer quiz selfhosted

Last synced: 22 days ago
JSON representation

Multiplayer buzzer system

Awesome Lists containing this project

README

        

# Buzz It

A free, online and open-source buzzer system.

# Gallery



# Directories

- `buzzer` : contains the source code for the web app and the mobile app
- `server` : contains the source code for the server

# Installation

## Client

You can download the app on Android by downloading the buzzer_android.apk file in the latest release : https://github.com/AlexisL61/BuzzIt/releases

The app is not available on the play store. This is due to a new rule on the store : we need at least 20 users testing the app for at least 14 days to publish the app. If you want to help, you can add a message in the issue : https://github.com/AlexisL61/BuzzIt/issues/1

## Server

The server can be launched using a files in the [docker](https://github.com/AlexisL61/BuzzIt/tree/main/docker) folder.

After downloading these files run :

```sh
cp .env.dist .env
```

Replace the content of the .env file following your server configuration

Next, run this command to launch the server :

```sh
docker compose up -d
```