dvbnrg / tekton-dev

Created for toolchain: https://cloud.ibm.com/devops/toolchains/86262284-e73b-4ac9-9d8f-08ce061baebb?env_id=ibm:yp:us-south

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Created for toolchain: https://cloud.ibm.com/devops/toolchains/86262284-e73b-4ac9-9d8f-08ce061baebb?env_id=ibm:yp:us-south

License:Other


Languages

Language:Shell 53.4%Language:JavaScript 21.9%Language:EJS 17.6%Language:CSS 6.3%Language:Dockerfile 0.9%