This application implements a simple backend for a Tic Tac Toe game using Google Cloud Endpoints, App Engine, and Go.
- Make sure to have the App Engine SDK for Go installed, version 1.8.0 or higher.
- Change
'YOUR-CLIENT-ID'
instatic/js/render.js
andapi.go
to the respective client ID(s) you have registered in the APIs Console. - Update the value of
application
inapp.yaml
fromgo-endpoints
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. - Run the application, and ensure it's running by visiting your local server's admin console (by default localhost:8000.)
- Test your Endpoints by visiting the Google APIs Explorer: localhost:8080/_ah/api/explorer
Once setup, the app should be accessible at localhost:8080.