/search.developer.swedbankpay.com

The Node.js app for searching the Swedbank Pay Developer Portal

Primary LanguageJavaScript

Developer Portal Search

This program is a search interface for use in the Swedbank Pay Developer Portal.

Setup

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.