VAT Agent Client Lookup Frontend
Summary
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.
Requirements
This service is written in Scala and Play, so needs at least a JRE to run.
Running the application
In order to run this microservice, you must have SBT installed. You should then be able to start the application using:
./run.sh
Testing
Use the following command to run unit and integration tests and to get a coverage report:
sbt clean coverage test it:test coverageReport
License
This code is open source software licensed under the Apache 2.0 License