The source code for my website, running on AppEngine with a Java stack (Guice, Guava, Maven, JUnit, etc).
git clone git@github.com:Todd-Davies/appengine-website.gitcd appengine-websitemvn appengine:devserver- Navigate to
http://localhost:8000
Run the tests with mvn verify.
Deploying is done with mvn appengine:update.