-
Install bower via npm.
-
Run:
./gradlew build bower install ./gradlew bootRun
To use the postman collection, add an environme with two variables:
contests-api-host: {{ URL to the API }}
contest: {{ contest ID }}
Important operations to host a contest are:
bulkLoad
: load everything (participants, groups, categories) into the serverlistShowsusingget
: get the passwords of the participantsstartVotationsusingput
: start the votation periodstopVotationsusingdelete
: stop the votation periodgetContestusingget
: get the results of the contest