Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.84 KB

README.md

File metadata and controls

30 lines (23 loc) · 1.84 KB

account-credit-service-v2 Build Status

Spec || JIRA || Chat || Teamcity || Technical Overview

Background

The account-credit-service-v2 will allow Customer Service Managers and Representatives (CSM & CSR) to reward credits to customers and to retrieve awarded credit history so they can advice them on that matter. CSM is a bbb representative and CSR is an External agency (FIS for now).

Database modelling

The account-credit-service is using mysql relation database. It has been designed following BBB Database Design Guidelines.
the schemas for this service can be found in schemas.

How to run

... the Admin service

sbt "run-main com.blinkbox.books.credit.admin.Main"

... the Public service

sbt "run-main com.blinkbox.books.credit.Main"

Acceptance Tests

To run all acceptance tests against dev-int execute the following cmd in the project directory:

Rake test

If you encounter errors about "OpenSSL::X509::StoreError" then follow the instructions on this page