/kegbot-server

Kegbot Server, the internet beer kegerator monitoring system.

Primary LanguageJavaScriptISC LicenseISC

Kegbot Server

This is Kegbot Server, a backend and web interface for monitoring and managing kegged beverages.

Official repository: https://github.com/Kegbot/kegbot-server/

Quick start

Super quick start instructions:

$ cd git/kegbot-server
$ pipenv install
$ pipenv shell
(kegbot-server)
$ KEGBOT_DATABASE_URL=mysql://root@localhost/kegbot_dev kegbot runserver
Development server is running at http://localhost:8000/

For much more detail, see the complete Kegbot Server documentation.

Documentation and Help

Related Projects

  • Kegboard: Firmware and schematics for the Kegbot controller board.
  • Kegbot Android app: Kegtap, the Kegbot manager app for Android.

License

All code is offered under the MIT license, unless otherwise noted. Please see LICENSE.txt for the full license.