Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.37 KB

README.md

File metadata and controls

51 lines (28 loc) · 1.37 KB

income-tax-view-change-frontend

Build Status Download

This is the repository for the Income Tax View and Change frontend.

Backend: https://github.com/hmrc/income-tax-view-change

Stub: https://github.com/hmrc/income-tax-view-change-dynamic-stub

Requirements

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

Run the application

To update from Nexus and start all services from the RELEASE version instead of snapshot

sm --start ITVC_FRONTEND_ALL -f

To run the application locally execute the following:

sbt 'run 9081'

To run the application locally execute in test mode the following:

sbt "run 9081 -Dplay.http.router=testOnlyDoNotUseInAppConf.Routes"

Test the application

To test the application execute

sbt clean scalastyle coverage test it:test coverageOff coverageReport

License

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