Bartender with Raspberry Pi.
- Software
- tomcat
- maven
- jdk 1.8
- MySQL database
- Pi4j (http://pi4j.com/)
- Hardware
- Raspberry Pi
- Self-Priming Pumps
- Install the software on the Raspberry Pi.
- Connect the pumps to the Raspberry Pi. Find the pin nummbering on the pi4j website and set them in the database.
The backend is written in Java. Use mvn package to create the war file for tomcat.
Shots: /rest/interface/v1/shots/
Cocktails: /rest/interface/v1/cocktails/
Spirits: /rest/interface/v1/spirits/
The frontend is written with angularjs. Coming soon.