This service provides a frontend for the residence nil-rate band calculator service.
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 7111'
You will also need to have the residence nil-rate band calculator service running.
You can start this manually, or use the following service manager command:
sm2 -start RNRB
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.