1.0.0 • Published 4 years ago

oss-tools-frontend v1.0.0

Weekly downloads
-
License
-
Repository
-
Last release
4 years ago

OSS Tools Frontend

OSS Tools is a set of APIs necessary for production support like Manage Order handler, USM handler, Resend KSU e other APIs. This tool protect Amdocs applications creating a layer above this applications. Any action is made by OSS Tools APIs and not directly in Amdocs applications.

OSS Tools Frontend provide a user friendly interface to access all API of OSS Tools backend. This interface is accessed through Amdocs credentials.

Login ScreenDashboard ScreenUSM HandlerKSU Handler

Pre Condition

  • Install Node: https://nodejs.org/en/
  • Install Yarn Package Manager: https://yarnpkg.com/

Installation

  • Clone the repo
  • Install node-sass: yarn install node-sass
  • Install other dependencies: yarn install
  • Run application: yarn start

Developers