Getting Started With Node - Js On Google Cloud Platform

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 3

Sign up

smith / nodejs-getting-started
forked from GoogleCloudPlatform/nodejs-getting-started

A tutorial for creating a complete application using Node.js on Google Cloud Platform
cloud.google.com/nodejs
Apache-2.0 License
0 stars 369 forks

Star
Watch

Code
Pull requests
Actions
Projects
Security
Insights

steps
Go to file

This branch is 1 commit ahead, 46 commits behind GoogleCloudPlatform:master.


Pull request Compare

View code

README.md

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 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.
Tutorial Folder
Hello world 1-hello-world
Structured data 2-structured-data
Cloud Storage 3-binary-data
Authenticating users 4-auth
Logging app events 5-logging
Using Cloud Pub/Sub 6-pubsub
Deploying to Google Compute Engine 7-gce
Deploying to Google Kubernetes Engine optional-kubernetes-engine

Contributing changes
See CONTRIBUTING.md

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. (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

Licensing
See LICENSE

Releases
No releases published

Languages

JavaScript 83.8% HTML 10.4% Shell 5.3% Other 0.5%

© 2020 GitHub, Inc.


Terms
Privacy
Security
Status
Help
Contact GitHub
Pricing
API
Training
Blog
About

You might also like