A button voting machine based on a Raspberry Pi.
A client application running on the Pi posts button presses back to a server application, which stores them in a database (or a file).
The client side has no information on what each button actually means. This is defined on the server side.
pip3 install snowflake itsdangerous
git remote add dokku [email protected]:votebox
dokku apps:create votebox
dokku config:set votebox PROXY_PATH=/votebox/
dokku config:set votebox CUSTOM_PATH=/votebox/
git push dokku master