FINS Payments Front-end Web UI - Source
home
This asset is a component of the MuleSoft Accelerator for Financial Services, which accelerates the implementation of essential integration use cases.
The solution boosts time-to-value in your customer 360 initiatives with pre-built APIs, templates, and reference architecture for financial services. Our foundational assets are expertly designed to jumpstart your top integration and business initiatives so that IT teams can spend more time innovating and less time building from scratch.
This asset provides a dockerized Web User Interface that can be used to demonstrate various Payment executions. See the project readme file for more details about the application itself.
Deploying and configuring the application
The application can be deployed as a Docker container as follows:
- Run the
docker-build.sh
script to build and tag the image from the supplied Dockerfile. - Run
docker-run.sh
to deploy the container and setup network ports. - Open
http://localhost:3000
to view the home page in the browser.