/prefr-api

Simple tool to do online ballots using the schulze method

Primary LanguageLuaMIT LicenseMIT

Prefr

Voting tool that uses the Schulze Method. It is hosted on prefr.org

Build using Play Framework, mongoDB and AngluarJS

Deploy

Dependencies:

  • docker
  • mongodb on localhost:27017 (can be adjusted in application.conf)

To start the prefr server on port 9000, simply run

docker run -d -p 9000:9000 reimerei/prefr