- Notifications
You must be signed in to change notification settings - Fork0
Node.js samples for Google Cloud Platform products.
License
Rishabhyadav2702/nodejs-docs-samples
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Node.js samples forGoogle Cloud Platform products.
Seecloud.google.com/nodejs to get up and running with Node.json Google Cloud Platform.
To browse documentation pages that use the samples found in this repository,visit theGoogle Cloud Samples page.
Install theGoogle Cloud CLI (gcloud)
Clone this repository:
git clone https://github.com/GoogleCloudPlatform/nodejs-docs-samples.gitObtain authentication credentials.
Create local credentials by running the following command and following theoauth2 flow (read more about the commandhere):
gcloud auth application-default loginRead more aboutGoogle Cloud Platform Authentication.
Change directory to one of the sample folders, e.g.
run/helloworld:cd run/helloworldInstall the sample's dependencies (see the sample's README for details):
npm installFor samples with an available TypeScript variant, compile theTypeScript code:
npm run build
Run the sample:
npm start [args]...
TheBookshelf app is a sample web app written in Node.js thatshows you how to use a variety of Google Cloud Platform features.
View thetutorial or thesource code.
Contributions welcome! See theContributing Guide.
About
Node.js samples for Google Cloud Platform products.
Resources
License
Code of conduct
Contributing
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Languages
- JavaScript97.3%
- Shell0.9%
- HTML0.5%
- Dockerfile0.5%
- TypeScript0.4%
- Pug0.3%
- Other0.1%