cloud-polymer-go

module
v0.0.0-...-6d869ac Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 4, 2015 License: Apache-2.0

README

Polymer Gopher

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

  • a frontend written using Polymer
  • a backend written in Go

Running locally

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

$ goapp serve dispatch.yaml frontend/app.yaml backend/app.yaml

Deploying the app on the cloud

And to deploy it:

  • Create a new Google Cloud project on the Google Cloud Console

  • Write your project id in every single yaml file:

	application: your-application-id
  • Then execute
$ goapp deploy backend/app.yaml
$ goapp deploy frontend/app.yaml
$ appcfg.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.

Directories

Path Synopsis
Package backend exposes a REST API to manage posts stored in the Google Cloud Datastore using the Cloud Endpoints feature of App Engine.
Package backend exposes a REST API to manage posts stored in the Google Cloud Datastore using the Cloud Endpoints feature of App Engine.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL