income-tax-view-change-frontend

Build Status Download

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

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_ALL -f

To run the application locally execute the following:

Kill the service sm --stop INCOME_TAX_VIEW_CHANGE and run:

sbt 'run 9081'

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