Skip to content

maykonsIBM/compliance-app-20220817175555211

Repository files navigation

Node.js Sample Application

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.

Contents

Run the sample

  • 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 npm start to start the app
  • Access the running app in a browser at http://localhost:8080

Documentation and troubleshooting guideline:

Can be found here.