This program is a search interface for use in the Swedbank Pay Developer Portal.
The search portal consists of an Express frontend application that performs searches towards an Elasticsearch backend. To spin up all required parts on your local development machine, use Docker Compose:
docker compose up
This should bring up Elasticsearch, Kibana and the Express application on your
local machine. You can try out the application by visiting
http://localhost:3000
in a browser.