appengine icon indicating copy to clipboard operation
appengine copied to clipboard

Example application for Google App Engine (As of November 2018)

appengine

Example application for Google App Engine (As of November 2018)

Run locally

PORT=8080 go run *.go

Deploy

gcloud auth login
gcloud config set project <project-id>
gcloud app deploy app/app.yaml -v v1