REST microservice that implements the lookup of postal and BFPO (British Forces Post Office) address details within the UK.
Please read the address-lookup API definition for more information.
- SBT
- Java 21
- Play Framework
address-search-api
(NOTE, for now, you must have ADDRESS_SEARCH_API running locally. A future change will be made to mock this out)
Run address-lookup services using sm2:
sm2 --start ADDRESS_LOOKUP_SERVICESThe unit tests can be run as follows:
sbt testThe integration tests can be run as follows:
sbt it/testsbt "run 9022"This code is open source software licensed under the Apache 2.0 License.