/cicd-webapp

Copy of webapp for asignment 2

Primary LanguageJavaScript

Dockerlab sample application

This is a sample application for the Dockerlab of the Machine Learning Operations course.

This application requires NodeJS and Yarn to run. We assume that you have installed these tools on your system.

Running the application

Install the dependencies:

yarn install

Run the application:

yarn start

Running the tests

Install the dependencies:

yarn install

Run the tests:

yarn test