command
module
Version:
v0.0.0-...-177a12d
Opens a new window with list of versions in this module.
Published: Sep 22, 2015
License: BSD-2-Clause
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
go-quickstart
Quick setup and running of Golang backend service on Google App Engine.
Requirements
- Git
- Go compiler
- Google App Engine SDK for Go
Quick steps
-
Install and the requirement softwares.
-
Make sure GOROOT and GOPATH is setup correctly.
-
Get the go-quickstart source code and its dependencies. By running the below commands
go get github.com/iamjay/go-quickstart
go get github.com/gorilla/context
go get github.com/gorilla/mux
go get github.com/dgrijalva/jwt-go
-
Run the app locally using Google App Engine SDK for Go.
goapp serve appengine
-
Create a new project on Google Cloud Platform.
-
Change application name in appengine/app.yaml from go-quickstart to be your new project.
-
Deploy
goapp deploy appengine
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.