Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alexisl61/buzzit
- Owner: AlexisL61
- Created: 2023-12-24T10:31:52.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-18T17:15:11.000Z (12 months ago)
- Last Synced: 2024-05-02T05:09:21.804Z (8 months ago)
- Topics: buzzer, multiplayer, quiz, selfhosted
- Language: Dart
- Homepage:
- Size: 485 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```