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
- 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/