Keg stats and information for project Codename: Kegums.
The hardware design is heavily influenced by the awesome guys at KegBot.org.
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:
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
- Install brunch.
- cd into
KegUI
npm install
brunch watch --server
Tying the two together:
- Install Vee.
- cd to the root of this repository
sudo vee
- Navigate to localhost
- Add
?interactive=test
to the URL to show the drink/claim/dash nav options
- Add