Inheritance Tax Frontend Service

Download

A digital service enabling the general public to report details of an estate to HMRC so they can identify if there is any Inheritance Tax to pay and to allow them to then apply for probate.

Requirements

This is a scala based application using the Play framework and html and javascript. You will therefore need to have a JRE installed and setup.

Authentication

The user logs in via the Government Gateway service.

How to run the service

You will need to clone the project first then navigate to the main folder and run the following sbt command sbt "run 9070". You may need to add the '-mem 4096' switch after sbt so the command would look like sbt -mem 4048 "run 9070".

You will also need the IHT Microservice to run on port 9071 in the same way as above.

If you are running the acceptance tests, you should start the service using test routes. To do this use the following command: sbt -Dplay.http.router=testOnlyDoNotUseInAppConf.Routes "run 9070"

URL

http://localhost:9070/inheritance-tax/what-do-you-want-to-do

License

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