This sample application shows how to use Google Cloud Datastore on Google App Engine.
App Engine standard environment users: See tutorial Using Cloud Datastore for more information on running and deploying this app.
App Engine flexible environment users: See tutorial Using Cloud Datastore for more information on running and deploying this app.
Before you can run or deploy the sample, you need to do the following:
-
Refer to the appengine/README.md file for instructions on running and deploying.
-
Install dependencies:
npm install
npm start
gcloud app deploy app.standard.yaml
gcloud app deploy app.flexible.yaml
gcloud app deploy app.flexible_os.yaml
See Contributing.