/conference-call-bingo

Elm/Kotlin/Mongo app for playing conference call bingo in these trying times.

Primary LanguageElmApache License 2.0Apache-2.0

Elm app for playing conference call bingo in these trying times.

Common questions about the game

  1. The free space is intentionally un-marked to start. Our bingo game counts the free space whether you mark it or not, so have fun daubing! 🖌🎨
  2. Being able to mark something more than once is intentional. Daubing something for a fourth time will un-daub™ it, so don't worry if you daub something by mistake!

Running

Prerequisites

  • npm
  • Java 8
  • mongodb-community

You'll need the mongodb service running on default settings as well.

UI

  1. cd ui
  2. npm install
  3. npm run start
  4. Navigate to http://localhost:8000

Backend

  1. cd backend
  2. ./gradlew bootRun