/logs-onboarding-demo-app

Demo app for producing logs

Primary LanguageJavaScript

Logs onboarding demo app

A simple application that creates log entries.

Usage

Local

Prerequisities

In order to this app locally you'll need node.

Run app

Install app dependencies

npm install

run the application

npm run start

Docker

Prerequisities

In order to run this container you'll need docker.

Run app

In order to run the app using a docker container, we should first build the image

docker build . -t logs-onboarding-demo-app

then run the container

docker run -d logs-onboarding-demo-app