This service helps people find out if they can claim or get tax relief on employment expenses.
The service asks questions to tell the user what they need to do. If they can claim, the service tells them if the can claim online or by post. If they cannot claim, the service provides link to guidance.
Follow these instructions so you can get a copy of the project on your local machine. You can use this to develop and test the service. See deployment for notes on how to deploy the project on a live system.
This service is written in Scala and Play 2.5. It needs:
- at least a JRE 1.8 to run
- sbt to test, build and run a development version
- a MongoDB instance running locally or in a docker container with open ports
- the HMRC assets frontend service running
- Clone this repository to your development environment.
- Start the MongoDB instance.
- Start the HMRC assets frontend service.
- Run sbt in interactive mode.
- Run
start -Dhttp.port="9000"
to start the service on port 9000. - Open http://localhost:9000/claim-tax-relief-expenses.
These steps will open the first page in the service.
- Run sbt in interactive mode.
- Run
test
to run unit tests
This project is licensed under the Apache 2.0 License.