This service provides the frontend endpoint for the Alcohol Wholesale Registration Scheme project.
This service allow a customer to apply for Alcohol Wholesale Registration Scheme.
This service is written in Scala and Play, so needs at least a JRE to run.
This customer logs into this service using Government Gateway.
In the context of this application we use the following acronyms and define their meanings. Provided you will also find a web link to discover more about the systems and technology.
-
API: Application Programming Interface
-
HoD: Head of Duty
-
JRE: Java Runtime Environment
-
JSON: JavaScript Object Notation
-
NINO: National Insurance Number
-
URL: Uniform Resource Locator
-
[CID]: Citizen Identifier
This code is open source software licensed under the Apache 2.0 License.
sbt runAllChecks
This is a sbt command alias specific to this project. It will run
- clean
- compile
- unit tests
- integration tests
- and produce a coverage report.
You can view the coverage report in the browser by pasting the generated url.
To check for dependency updates locally you will need to create this file locally ~/.sbt/1.0/plugins/sbt-updates.sbt and paste - addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.3") - into the file. Then run:
sbt dependencyUpdates
To view library update suggestions - this does not cover sbt plugins. It is not advised to install the plugin for the project.