Skip to content

gbranchaudrubenovitch/a-cat-named-nyan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

a-cat-named-nyan

Build Status Coverage Status

an image of nyan cat

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.

Requirements

  • Java 8+

Running the tests

  • ./gradlew test

Running locally

  • ./gradlew bootRun
  • or ./gradlew stage && java -jar build/libs/a-cat-named-nyan-0.1.war
  • hit http://localhost:8080

Running in a servlet container (Tomcat 8)

  • ./gradlew stage && java -jar build/libs/webapp-runner-8.5.29.0.jar build/libs/*.war
  • hit http://localhost:8080

Getting the war

  • ./gradlew stage
  • the war is in build/libs/a-cat-named-nyan-*.war

About

AppDirect 2015 coding challenge

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published