Skip to content

Lab 2: Continuous Integration/Delivery with GitHub Actions

Notifications You must be signed in to change notification settings

Tais-C/webapp-animals

Repository files navigation

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

About

Lab 2: Continuous Integration/Delivery with GitHub Actions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published