Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/googlecloudplatform/nodejs-getting-started
A tutorial for creating a complete application using Node.js on Google Cloud Platform
https://github.com/googlecloudplatform/nodejs-getting-started
google-cloud nodejs samples tutorial
Last synced: about 1 month ago
JSON representation
A tutorial for creating a complete application using Node.js on Google Cloud Platform
- Host: GitHub
- URL: https://github.com/googlecloudplatform/nodejs-getting-started
- Owner: GoogleCloudPlatform
- License: apache-2.0
- Created: 2015-05-08T17:41:34.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-03-15T12:23:19.000Z (8 months ago)
- Last Synced: 2024-03-16T20:37:08.175Z (8 months ago)
- Topics: google-cloud, nodejs, samples, tutorial
- Language: JavaScript
- Homepage: https://cloud.google.com/nodejs
- Size: 5.98 MB
- Stars: 800
- Watchers: 75
- Forks: 383
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# 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
* See [CONTRIBUTING.md](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.
* Replace below with the directory you want to perform tests in.
```
git clone [email protected]:GoogleCloudPlatform/nodejs-getting-started.git
cd nodejs-getting-started
cd
npm install
npm test
```## Licensing
* See [LICENSE](LICENSE)