This is the repository for VAT Agent Client Lookup Frontend.
This service provides the functionality to verify that an agent can act on behalf of a given client to manage their VAT account details.
This service is written in Scala and Play, so needs at least a JRE to run.
In order to run this microservice, you must have SBT installed. You should then be able to start the application using:
./run.sh
Use the following command to run unit and integration tests and to get a coverage report:
sbt clean coverage test it:test coverageReport
This code is open source software licensed under the Apache 2.0 License