This is Kegbot Server, a backend and web interface for monitoring and managing kegged beverages.
Official repository: https://github.com/Kegbot/kegbot-server/
Super quick start instructions:
$ cd git/kegbot-server
$ poetry install
$ poetry 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.
- Main project page: https://kegbot.org
- Documentation: https://kegbot-server.readthedocs.io/en/latest/
- Discussion forum: https://forum.kegbot.org/
- Discusion Slack group: Slack link
- @kegbot on Twitter
- Kegboard: Firmware and schematics for the Kegbot controller board.
- Kegbot Android app: Kegtap, the Kegbot manager app for Android.
All code is offered under the MIT license, unless otherwise noted. Please
see LICENSE.txt
for the full license.