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.
Install the dependencies:
yarn install
Run the application:
yarn start
Install the dependencies:
yarn install
Run the tests:
yarn test