This website works better with JavaScript
Home
Explore
Help
Register
Sign In
publics
/
gin-gonic__gin
Watch
0
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
f380265f5d
Branches
Tags
benchmarks
better-bind-errors
master
new-catch-all
thinkerou-patch-1
v1.4.0
v1.3.0
v1.2
v1.1.4
v1.1.3
v1.1.2
v1.1.1
v1.1
v1.0
v1.0-rc.2
v1.0rc1
v0.6
v0.5
v0.4
v0.3
v0.2b
v0.1
gin-gonic__gin
/
examples
/
app-engine
Javier Provecho Fernandez
f380265f5d
Added README.md
11 years ago
..
README.md
f380265f5d
Added README.md
11 years ago
app.yaml
6b5e80901f
Added Google App Engine Example
11 years ago
hello.go
6b5e80901f
Added Google App Engine Example
11 years ago
README.md
Guide to run Gin under App Engine Development Server
Download, install and setup Go in your computer. (That includes setting your $GOPATH.)
Download SDK for your platform from here:
https://developers.google.com/appengine/downloads?hl=es#Google_App_Engine_SDK_for_Go
Download Gin source code using: $ go get github.com/gin-gonic/gin
Navigate to examples folder: $ cd $GOPATH/src/github.com/gin-gonic/gin/examples/
Run it: $ goapp serve app-engine/