VAT Returns Microservice
Summary
This protected microservice provides a backend for Making Tax Digital for Businesses (MTDfB) VAT frontend services to retrieve VAT Returns for a user enrolled for MTD VAT.
Running the application
To run this microservice, you must have SBT installed. You should then be able to start the application using:
sbt run
Testing
sbt test it:test
Requirements
This service is written in Scala and Play, so needs at least a JRE to run.
License
This code is open source software licensed under the Apache 2.0 License