Residence Nil Rate Band Calculator Frontend

.. Build Status Download

This service provides a frontend for the residence nil-rate band calculator service.

Requirements

This service is written in Scala and Play 3.0, so needs at least a JRE to run.

Running locally

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:

sm --start RNRB

To run dependencies for the service, use one of the following commands:

sm --start RNRB_ALL -r
sm --start RNRB_DEP -r (only starts dependencies.)

Test Coverage

To run the test coverage suite

sbt clean coverage test coverageReport

License

This code is open source software licensed under the Apache 2.0 License.