Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 542 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 542 Bytes

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 yet.

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