retroredge / binding-tariff-admin-frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

binding-tariff-admin-frontend

The Admin Front end Service for the Binding Tariff Suite of Applications

Running

To run this Service you will need:
  1. Service Manager Installed
  2. SBT Version >0.13.13 Installed
Starting the application:
  1. Run All Dependent Applications sm --start DIGITAL_TARIFF_DEPS -r
  2. Run the backend sm --start BINDING_TARIFF_CLASSIFICATION -r
  3. Run the filestore sm --start BINDING_TARIFF_FILESTORE -r

Finally Run sbt run to boot the app

Open http://localhost:9584/binding-tariff-admin-frontend

Starting With Service Manager

This application runs on port 9584

Run sm --start BINDING_TARIFF_ADMIN_FRONTEND -r

Open http://localhost:9584/binding-tariff-admin

Testing

Run ./run_all_tests.sh

or sbt test it:test

License

This code is open source software licensed under the Apache 2.0 License.

About

License:Apache License 2.0


Languages

Language:Scala 77.9%Language:HTML 13.4%Language:JavaScript 7.4%Language:CSS 1.2%Language:Shell 0.0%