Skip to content

scullythornton1/income-tax-subscription

 
 

Repository files navigation

Income Tax Subscription MicroService

Apache-2.0 license Build Status Download

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

Running the subscription services locally

You will need sbt

  1. Install Service-Manager

  2. Start the ITSA subscription dependencies:

    sm --start ITSA_SUBSC_DEP -f

  3. 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

  1. Start the frontend service:

    sbt "run 9561" -Dapplication.router=testOnlyDoNotUseInAppConf.Routes

  2. 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

  1. Start the protected service:

    sbt "run 9560" -Dapplication.router=testOnlyDoNotUseInAppConf.Routes

  2. Start the stubbed services:

    sm --start INCOME_TAX_SUBSCRIPTION_STUBS -f

  3. Go to the homepage:

    http://localhost:9561/report-quarterly/income-and-expenses/sign-up

License

This code is open source software licensed under the Apache 2.0 License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Scala 100.0%