Skip to content
forked from matryer/appengine

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

License

Notifications You must be signed in to change notification settings

steren/appengine

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%