This sample demonstrates how to use Cloud Datastore on Google App Engine Managed VMs.
Before you can run or deploy the sample, you will need to enable the Cloud Datastore API in the Google Developers Console.
Refer to the appengine/README.md file for instructions on running and deploying.
When running locally, you can use the Google Cloud SDK to provide authentication to use Google Cloud APIs:
gcloud init
Set the GCLOUD_PROJECT
environment variable to your Project ID before starting your application:
export GCLOUD_PROJECT=<your-project-id>
npm install
npm start