retroredge / binding-tariff-classification

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:Apache License 2.0


Languages

Language:Scala 100.0%Language:Shell 0.0%