GoogleCloudPlatform / appengine-endpoints-tictactoe-java-maven

Google Cloud Endpoints Java sample using Maven

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

status: inactive

This project is no longer actively developed or maintained.

For new work on this check out new Endpoints documentation.

appengine-endpoints-backend-java

This application implements a simple backend for a Tic Tac Toe game using Google Cloud Endpoints, App Engine, and Java.

Products

Language

APIs

Setup Instructions

  1. Update the value of application in appengine-web.xml to the app ID you have registered in the App Engine admin console and would like to use to host your instance of this sample.
  2. Update the values in src/com/google/devrel/samples/ttt/spi/Ids.java to reflect the respective client IDs you have registered in the APIs Console.
  3. Update the value of google.devrel.samples.ttt.CLIENT_ID in war/js/base.js to reflect the web client ID you have registered in the APIs Console.
  4. mvn clean install
  5. Run the application with mvn appengine:devserver, and ensure it's running by visiting your local server's address (by default localhost:8080.)
  6. Get the client library with mvn appengine:endpoints_get_client_lib
  7. Deploy your application.

About

Google Cloud Endpoints Java sample using Maven

License:Apache License 2.0


Languages

Language:JavaScript 44.7%Language:Java 41.1%Language:CSS 8.7%Language:HTML 5.5%