nikololiahim / ls-lab-4-sample-project

A sample project for Large Systems lab 4 (Kubernetes) at Innopolis University

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Large Systems App for lab 4

Quick start

If you don't have sbt installed already, you can use the provided wrapper script:

./sbtx -h # shows an usage of a wrapper script
./sbtx compile # build the project
./sbtx test # run the tests
./sbtx run # run the application (Main)

For more details check the sbtx usage page.

Otherwise, if sbt is already installed, you can use the standard commands:

sbt compile # build the project
sbt test # run the tests
sbt run # run the application (Main)

Links:

About

A sample project for Large Systems lab 4 (Kubernetes) at Innopolis University


Languages

Language:Scala 100.0%