/Pollite

simple polling webapp

Primary LanguageClojure

Pollite

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.

Frontend

The Angular frontend for the app can be found in the Pollite directory. It is a basic Angular application.

Backend

The Clojure backend can be found in the pollite-backend directory. It was generated from the Compojure template and uses Jdbi for database access.