DISCLAIMER: This is a guideline sample application and is used for demonstrative and illustrative purposes only. This is not a production ready code.
This sample contains an simple Node.js microservice that can be deployed with CI-toolchain and CD-toolchain.
- Prerequisites
- Node.js installed on your machine.
- Download the source code
git clone <git_url> cd node-sample
- Installing Dependencies
- Run
npm install
from the root folder to install the app’s dependencies.
- Run
- Run
npm start
to start the app - Access the running app in a browser at http://localhost:8080
Can be found here.