Skip to content
This repository was archived by the owner on Jan 24, 2024. It is now read-only.

Apicurio/srs-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d83b3cb · Jan 24, 2024
Jul 15, 2022
Aug 19, 2022
Jun 1, 2021
Sep 30, 2022
Jun 1, 2021
Aug 19, 2022
Aug 19, 2022
Aug 19, 2022
Jun 1, 2021
Aug 19, 2022
Aug 19, 2022
Jun 16, 2021
Jun 1, 2021
Aug 26, 2022
Apr 18, 2022
Jan 4, 2022
Apr 6, 2022
Jun 1, 2021
Aug 19, 2022
Oct 30, 2023
Oct 30, 2023
Aug 19, 2022
Jan 24, 2024
Jun 8, 2021
Jun 1, 2021
Aug 19, 2022
Jun 1, 2021
Aug 19, 2022
Aug 26, 2022
Sep 16, 2021
Oct 13, 2021

Repository files navigation

License

Application Services - Service Registry Administration UI

Service Registry Adminstration UI contains federated module for creating Service Registry instances as part of the console.redhat.com

UI is used as federated module in (app-services ui)[https://github.com/redhat-developer/app-services-ui] project that aggretates various service components.

NOTE: This repository is used as part of the console.redhat.com and it uses Service Registry Fleet Management API: https://api.openshift.com/?urls.primaryName=Service%20Registry%20service%20fleet%20manager%20service

Running locally with mocked data

Requirements

This UI uses npm to provide dependency management. If you wish to develop the UI, you will need:

Procedure

  1. npm install
  2. npm run start:dev - runs the UI client in development mode.
  3. npm run start:restmockserver - runs the REST mock server.

Running locally with (app-services ui)[https://github.com/redhat-developer/app-services-ui] project

  1. npm install
  2. npm run start:federate - runs the UI client in federated mode.

Server side

Backend source code used by Service Registry UI is located in separate repository

bf2fc6cc711aee1a0c2a/srs-fleet-manager

Contributing

If you are contributing please check out the Contributing Guidelines.