A free, online and open-source buzzer system.
buzzer
: contains the source code for the web app and the mobile appserver
: contains the source code for the server
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 : #1
The server can be launched using a files in the docker folder.
After downloading these files run :
cp .env.dist .env
Replace the content of the .env file following your server configuration
Next, run this command to launch the server :
docker compose up -d