Simple polling web application which allows users to create a new poll with potential options and allow other users to vote on whatever they want.
The Angular frontend for the app can be found in the Pollite
directory. It is a basic Angular application.
The Clojure backend can be found in the pollite-backend
directory. It was generated from the
Compojure template and uses Jdbi
for database access.