Skip to content

Latest commit

 

History

History
 
 

datastore

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Node.js Cloud Datastore sample for Google App Engine

This sample demonstrates how to use Cloud Datastore on Google App Engine Managed VMs.

Setup

Before you can run or deploy the sample, you will need to enable the Cloud Datastore API in the Google Developers Console.

Running locally

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