This was made as part of the AppDirect 2015 coding challenge. It's a very simple java web app integrated with some of Appdirect's subscription APIs.
- Java 8+
./gradlew test
./gradlew bootRun
- or
./gradlew stage && java -jar build/libs/a-cat-named-nyan-0.1.war
- hit
http://localhost:8080
./gradlew stage && java -jar build/libs/webapp-runner-8.5.29.0.jar build/libs/*.war
- hit
http://localhost:8080
./gradlew stage
- the war is in
build/libs/a-cat-named-nyan-*.war