Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`