Skip to content

party/keg

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kegums

Keg stats and information for project Codename: Kegums.

The hardware design is heavily influenced by the awesome guys at KegBot.org.

Docs

External Credits

We used a few helpful articles that I want to give a shout-out (relevant links to articles located in the docs). I had no input in their content, but found them super useful while designing this project:

Running

Webservice

  • Spin up mysql locally
  • Run KegService/sql/schema.sql
  • Run KegService/sql/start.sql to get some data in there
  • cd into KegService
  • node server.js

UI

  • Make sure you have brunch installed
  • cd into KegUI
  • npm install
  • brunch watch --server

If you want to avoid CORS issues, you can run a proxy to hit those two services. Once example is vee.

  • cd to the root of this repo
  • sudo vee
  • Navigate to localhost/

About

Keg stats and information

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published