/nodejs-mini

Tiny Node.js app with Docker and Kubernetes config. For use in pipeline lab.

Primary LanguageJavaScript

Tiny Node.js app

Includes Docker and Kubernetes config. For use in pipeline lab.

Build with:

$ npm install

Run with:

$ npm start

Check that it is up:

$ curl localhost:9090
{"message":"node-mini API"}