This repository contains the complete sample code for the Node.js Getting Started on Google Cloud Platform tutorials. Please refer to the tutorials for instructions on configuring, running, and deploying these samples.
The code for each tutorial is in an individual folder in this repository.
- See CONTRIBUTING.md
- Make sure you're authenticated with the gcloud sdk and your gcloud project has enabled all the APIs used by these tutorials.
- Make sure you've got the required environment variables set. (Take a look at the various config.js files.)
git clone git@github.com:GoogleCloudPlatform/nodejs-getting-started.git
cd nodejs-getting-started
npm install
npm test
- See LICENSE