Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 450 Bytes

README.md

File metadata and controls

22 lines (11 loc) · 450 Bytes

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