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
This service is written in Scala and Play, so needs at least a [JRE] to run.
To update from Nexus and start all services from the RELEASE version instead of snapshot
sm --start ITVC_FRONTEND_ALL -f
sbt 'run 9081'
sbt "run 9081 -Dplay.http.router=testOnlyDoNotUseInAppConf.Routes"
To test the application execute
sbt clean scalastyle coverage test it:test coverageOff coverageReport
This code is open source software licensed under the Apache 2.0 License