Welcome to your new Pillars project!
Otherwise, if sbt is already installed, you can use the standard commands:
sbt compile; scalafmtAll # build the project
sbt test # run the tests
sbt run # run the application (Main)Then you can try the following endpoints:
GET /greet?name=Johnto greet JohnGET /boomto throw an exception