Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 572 Bytes

README.md

File metadata and controls

41 lines (26 loc) · 572 Bytes

Decision Engine Instance for Automated Decision-Making

If you have a complex business logic, decisions to make, based on a set of rules, you can use this library or our online tool to automate the process.

Installation

$ yarn install

Running the app

# development
$ yarn start

# watch mode
$ yarn start:dev

# production mode
$ yarn start:prod

Test

# unit tests
$ yarn test

# e2e tests
$ yarn test:e2e

# test coverage
$ yarn test:cov

Resources

  • DMN - Decision Model and Notation