mtd-property-api
The MTD Property API allows a developer to:
- submit End of Period Statement
- retrieve End of Period Statement Obligations
Requirements
- Scala 2.12.x
- Java 8
- sbt 1.3.13
- Service Manager
Development Setup
Run the microservice from the console using: sbt run
(starts on port 9771 by default)
Start the service manager profile: sm --start MTDFB_SA_PROP
Run Tests
Run unit tests: sbt test
Run integration tests: sbt it:test
Reporting Issues
You can create a GitHub issue here
License
This code is open source software licensed under the Apache 2.0 License