googlesamples/cloud-polymer-go

Name: cloud-polymer-go

Owner: Google Samples

Description: Sample App Engine application with Go, Cloud Endpoints, and Polymer

Created: 2015-03-21 01:27:26.0

Updated: 2018-05-01 04:58:11.0

Pushed: 2015-12-04 05:18:27.0

Homepage:

Size: 21

Language: HTML

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Polymer Gopher

This project is a sample web application hosted on App Engine composed of two App Engine modules:

Running locally

To run this application locally install the Go App Engine SDK and then execute:

app serve dispatch.yaml frontend/app.yaml backend/app.yaml
Deploying the app on the cloud

And to deploy it:

application: your-application-id
app deploy backend/app.yaml
app deploy frontend/app.yaml
pcfg.py update_dispatch .

Then visiting http://your-project-id.appspot.com should show you the application running on the cloud.

The documentation generated for the Go backend is available on godoc.org.

Disclaimer

This is not an official Google product (experimental or otherwise), it is just code that happens to be owned by Google.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.