https://github.com/redhat-developer-demos/customerviewer
Blazor frontend for customer viewing activity
https://github.com/redhat-developer-demos/customerviewer
Last synced: 4 months ago
JSON representation
Blazor frontend for customer viewing activity
- Host: GitHub
- URL: https://github.com/redhat-developer-demos/customerviewer
- Owner: redhat-developer-demos
- License: apache-2.0
- Created: 2023-07-12T20:26:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-02T17:01:50.000Z (about 2 years ago)
- Last Synced: 2025-07-31T15:33:08.809Z (5 months ago)
- Language: HTML
- Size: 190 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# customerViewer
Blazor frontend for customer viewing activity
## Part of the Red Hat Developer learning path entitled "Using Red Hat OpenShift labels"
`oc new-app https://github.com/donschenck/customerviewer --labels=app.kubernetes.io/part-of=customers,systemname=customers,tier=frontend,language=blazor,customers=frontend --image-stream="openshift/dotnet:6.0-ubi8"`
`oc expose service/customerviewer`
`oc set env deploy/customerviewer TRIVIAHHH_GATEWAY_URL=http://triviahhh-api-gateway:8080/gateway/customers`