This application implements a simple backend for a Tic Tac Toe game using Google Cloud Endpoints, App Engine, and Python.
- Make sure to have the App Engine SDK for Python installed, version 1.7.5 or higher.
- Change
'YOUR-CLIENT-ID'
instatic/js/base.js
andtictactoe_api.py
to the respective client ID(s) you have registered in the APIs Console. - Update the value of
application
inapp.yaml
fromyour-app-id
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:8080/_ah/admin.)
- Test your Endpoints by visiting the Google APIs Explorer: localhost:8080/_ah/api/explorer