Home

Awesome

Getting started with Node.js on Google Cloud Platform

This repository contains the complete sample code for the [Node.js Getting Started on Google Cloud Platform][getting-started] 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.

Contributing changes

Run the tests

git clone git@github.com:GoogleCloudPlatform/nodejs-getting-started.git
cd nodejs-getting-started
cd <package-name>
npm install
npm test

Licensing