hmrc / paye-registration-frontend

Apache License 2.0
3 stars 4 forks source link

paye-registration-frontend

Source code for the PAYE Registration frontend microservice, part of the SCRS journey.

Running the Application

In order to run the microservice, you must have SBT installed. You should then be able to start the application using:

run.sh

To run the tests for the application, you can run: sbt test it/test

or sbt coverage test it/test coverageReport

License

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