Purpose | Configuration | Running
More tutorials to come on how to use this as other pieces required to handle authorization are in place!
No configuration is required to serve on :8200
and metrics at :8201/metrics
in Prometheus format.
You can download our docker image moov/ach-web-viewer
from Docker Hub or use this repository.
Run a one-time setup command to install dev dependencies
make install
(Optional) Update files in webui/
and re-package them.
make update
Update code and run the server locally.
make run
Suggested Run the web viewer with an example directory. View the examples in your browser.
APP_CONFIG=./examples/config.yml go run ./cmd/ach-web-viewer