Residence Nil Rate Band Calculator

Build Status Download

Summary

This service provides RESTful endpoints to calculate the residence nil-rate band an estate can qualify for.

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 7112'

Running the RAML console

To get the RAML console up and running:

  1. Clone the github repo

    git clone [email protected]:mulesoft/api-console.git

  2. Move to the working directory

    cd api-console/dist

  3. Start a simple web server

    python -m SimpleHTTPServer 9000

  4. Navigate to localhost:9000 in your browser and you can now interact with the service

  5. If your service is running on port 7112 you can probably "Load from URL" from http://localhost:7112/residence-nil-rate-band-calculator/raml

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.