In order to run the microservice, you must have SBT installed. You should then be able to start the application using:
sbt "run 9972 -Dplay.http.router=testOnlyDoNotUseInAppConf.Routes"
To run the tests for the application, you can run: sbt test it/test
or sbt coverage test it/test coverageReport
This code is open source software licensed under the Apache 2.0 License