Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/philmod/gcb-example
Simple example for Google Cloud Container Builder
https://github.com/philmod/gcb-example
Last synced: about 1 month ago
JSON representation
Simple example for Google Cloud Container Builder
- Host: GitHub
- URL: https://github.com/philmod/gcb-example
- Owner: Philmod
- License: apache-2.0
- Created: 2017-09-12T22:39:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-13T14:41:22.000Z (over 7 years ago)
- Last Synced: 2024-10-28T00:19:11.927Z (3 months ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gcb-example
Simple example for Google Cloud Container Builder## The app
The app is a simple http server built with nodejs.To run it:
1. Install nodejs
1. Install the dependencies `npm install`
1. Run the unit test `npm test`
1. Run the app `npm start`
1. Call the app `curl localhost:3000`