Public-Voter is a interactive voting client that enables administrators to set up questions for devices that connect to the voting server. User can vote and the current results will be seen live.
npm install
node index.js
The admin interace will be located at: http://localhost:3000/admin
You will find the reporting overview at: http://localhost:3000/report
Incoming users should use: http://localhost:3000
Please use the /static/questions.json file to set standard questions that should be directly accessed.