Residence Nil Rate Band Calculator
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 2.6, 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:
-
Clone the github repo
git clone [email protected]:mulesoft/api-console.git
-
Move to the working directory
cd api-console/dist
-
Start a simple web server
python -m SimpleHTTPServer 9000
-
Navigate to localhost:9000 in your browser and you can now interact with the service
-
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.