Backend for all Jive election campaigns. Written in Java.
Runs as a Spring Boot application
- Edit the TwitConfig file with your consumer and access keys.
- Download and install the
cf
command line tool - Log into CF
./gradlew clean bootJar
cf push jivecampaign -p build/libs/jivecampaign-x.y.z.jar