This code has been written to support this blog post.
You can run this application locally or deploy it to App Engine app servers.
-
Get the dependencies:
goapp get .
-
Run the app locally:
dev_appserver.py -A [your-project-id] .
-
Deploy the app:
goapp deploy --application=[your-project-id] -version=[choose-a-version] .