Skip to content

HewlettPackard/hpe-openservicebroker-clientapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open Service Broker Client App

This project is a client platform for accessing services via the Open Service Broker API.

Exposing services via service brokers is an easy and abstracted way of accessing service providers' offerings. This app and the OSB API hide the implementations happening behind the scenes. A service broker is a program that acts as a middleman between the service provider and the user for this abstraction. This app will be able to access and implement the services offered by any valid service broker.

It was designed and developed by interns Kailash Ramakrishnan and Carson Stone, guided by Pramod Sareddy, Peng Liu, and Alex Mejias.

Download and Configuration:

  • clone the repo:

    git clone https://github.com/HewlettPackard/hpe-openservicebroker-clientapp

  • move to the frontend directory:

    cd hpe-openservicebroker-clientapp/frontend/

  • install dependencies (listed in frontend/package.json):

    yarn install

  • run the app:

    yarn start

Using the App:

  • login (authentication is not actually in place as of 8/7/2019, so just click log in button) login page
  • register a broker login page login page
  • select a service to use from the catalog login page
  • chose a plan and fill in required inputs for the service login page
  • deploy the instance of the selected service
  • access the service instance's details login page
  • after using the service, delete the service instance

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published