This service provides RESTful endpoints to calculate the residence nil-rate band an estate can qualify for.
This service is written in Scala and Play 3.0, so needs at least a JRE to run.
To run the service locally:
sbt 'run 7112'
To run dependencies for the service, the following command:
sm2 -start RNRB_ALL
To run the test coverage suite
sbt clean coverage test coverageReport
This code is open source software licensed under the Apache 2.0 License.