An open API service indexing awesome lists of open source software.

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

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`