Skip to content
This repository has been archived by the owner on Jun 13, 2022. It is now read-only.
/ gluhg Public archive

A beer info display for customers, and keg management for the bartender. In Angular!

Notifications You must be signed in to change notification settings

slaughtr/gluhg

Repository files navigation

Glugh

By {Janek Brandt and Dallas Slaughter}

An app for both the bartender and the customer. This app allows any beer or cider serving establishment to publicly display what's on tap. In addition to this, it also gives a visual representation of the current fill level of each keg. Allows adding, editing, and removing of kegs, as well as a way for the bartender to update keg levels via pint, grumbler, or growler. Adjustable to use the most popular keg sizes.

Running this app

  • You will first need to create a Firebase app at Firebase. You will use information from that app (click on 'Add Firebase to your web app' in the Overview panel for needed values) in the api-keys.ts (not provided, you will have to create) file as detailed below.
  • Add file app/api-keys.ts with following (change the values such as YOUR_API_KEY to those provided by firebase)
export var masterFirebaseConfig = {
  apiKey: YOUR_API_KEY,
  authDomain: YOUR_AUTH_DOMAIN,
  databaseURL: YOUR_DATABASE_URL,
  storageBucket: YOUR_STORAGE_BUCKET
}
  • firebase database rules should be set to
{
  "rules": {
    ".read": true,
    ".write": true
  }
}

Licensed under GNU

About

A beer info display for customers, and keg management for the bartender. In Angular!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published