This is a simple voting application to answer the age old question.
Which do people like more cake or pie?
We currently deploy two services.
This service is a Node JS service written with Hapi JS. This is where the user goes to vote. It takes care of writing the votes to the database.
This service is a Python 2 flask service. It takes care of visualizing the results to the user.
This application uses Redis as its backing data store.