CatApp

Nodejs demo app for running a cloud native Tekton Pipeline.

This app displays a random picture of a cat.

Build and run Nodejs app

npm install
node app.js

Open http://localhost:3000/ in your web browser to view the running app.

Build and run CatApp app on OpenShift using a cloud native OpenShift Pipeline

Follow the instructions in the tekton/ directory.

updated README thrice

Testing webhooks