A simple application that creates log entries.
In order to this app locally you'll need node.
Install app dependencies
npm install
run the application
npm run start
In order to run this container you'll need docker.
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