Skip to content

hmrc/transit-movements-eis-stub

Repository files navigation

transit-movements-eis-stub

This is a microservice designed to behave as an EIS stub for Transit Movements.

This microservice is in Beta. The signature may change.

Prerequisites

Development Setup

Run from the console using: sbt run (starts on port 9476 by default)

Highlighted SBT Tasks

Task Description Command
run Runs the application with the default configured port $ sbt run
test Runs the standard unit tests $ sbt test
it/test Runs the integration tests $ sbt it/test
dependencyCheck Runs dependency-check against the current project. It aggregates dependencies and generates a report $ sbt dependencyCheck
dependencyUpdates Shows a list of project dependencies that can be updated $ sbt dependencyUpdates
dependencyUpdatesReport Writes a list of project dependencies to a file $ sbt dependencyUpdatesReport

Related API documentation

Helpful information

Guides for the related public Common Transit Convention Traders API are on the HMRC Developer Hub

Reporting Issues

If you have any issues relating to the Common Transit Convention Traders API, please raise them through our public API.

License

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