Initial version of a raspberry project for the automation of the beer production with raspberry.
It is a web application composed by:
- Web resources: an interface that shows the recepie, the different brewing steps, the temperatures,..
- Rest services: for the communication with back end
- API: a set of api for the communication with the respberry sensors (temperature, beep, relays)
- Logic: the business logic. For example the class that opens the GAS when the temperature is to low
Next steps:
- clean repository (remove build, old code, ...)
- clean code
- test
- mavenization