GoogleCloudPlatform / nodejs-getting-started

A tutorial for creating a complete application using Node.js on Google Cloud Platform

Home Page:https://cloud.google.com/nodejs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

  • Make sure you're authenticated with the gcloud SDK and your GCP project has enabled all the APIs used by these tutorials.
  • Make sure you've got the required environment variables set.
  • Replace below with the directory you want to perform tests in.
git clone git@github.com:GoogleCloudPlatform/nodejs-getting-started.git
cd nodejs-getting-started
cd <package-name>
npm install
npm test

Licensing

About

A tutorial for creating a complete application using Node.js on Google Cloud Platform

https://cloud.google.com/nodejs

License:Apache License 2.0


Languages

Language:JavaScript 54.2%Language:Shell 21.7%Language:HTML 12.2%Language:Pug 8.4%Language:Dockerfile 3.5%