A crude web interface for my Drink-O-Matic API (umbreon222/drink-o-matic) built with Angular.
I was watching some YouTube videos about cool things to do with embedded systems when I came across something called a "barbot". It was an arduino powered cocktail bar which inspired me to try and make something similiar at a cost that wouldn't break the bank. Thus the "Drink-O-Matic" was born. This project is a bare minimum UI which wraps the API I came up with. If you're interested, you can read more over on my APIs README
- Update the environment files in src\environments to point to your instance of the Drink-O-Matic API.
- Start your Drink-O-Matic API with the "bff" (back-end for front-end) feature enabled
cargo run -r --features bff
- Start a dev server
ng serve
- Navigate to
http://localhost:4200/
- Add & configure your ingredients
Note: If you want this to be accessible to all devices on the network you can set the start command in package.json to ng serve --host=0.0.0.0
Distributed under the MIT License. See LICENSE.txt for more information. (back to top)