/binding-tariff-classification

Primary LanguageScalaApache License 2.0Apache-2.0

Binding Tariff Classification

Build Status Download

This is the Back End for the Binding Tariff Suite of applications e.g.

Running

To run this service you will need:

  1. A Local Mongo instance running
Running with SBT
  1. Run sbt run to run on port 9000 or instead run sbt 'run 9580' to run on a different port e.g. 9580

Try GET http://localhost:{port}/cases

Running With Service Manager

This application runs on port 9580

  1. Run sm --start BINDING_TARIF_CLASSIFICATION -f

Try GET http://localhost:9580/cases

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