This is the protected backend MicroService for the Sign Up to Report your Income and Expenses Quarterly (MTD ITSA) service.
This service provides the backend interactions with other backend MicroServices
You will need sbt
-
Start the ITSA subscription dependencies:
sm --start ITSA_SUBSC_DEP -f
-
Clone the frontend service:
-
SSH
git clone [email protected]:hmrc/income-tax-subscription-frontend.git
-
HTTPS
git clone https://github.com/hmrc/income-tax-subscription-frontend.git
-
Start the frontend service:
sbt "run 9561" -Dapplication.router=testOnlyDoNotUseInAppConf.Routes
-
Clone the protected service:
-
SSH
git clone [email protected]:hmrc/income-tax-subscription.git
-
HTTPS
git clone https://github.com/hmrc/income-tax-subscription.git
-
Start the protected service:
sbt "run 9560" -Dapplication.router=testOnlyDoNotUseInAppConf.Routes
-
Start the stubbed services:
sm --start INCOME_TAX_SUBSCRIPTION_STUBS -f
-
Go to the homepage:
http://localhost:9561/report-quarterly/income-and-expenses/sign-up
This code is open source software licensed under the Apache 2.0 License