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