degregar / adm-engine-instance

Engine Instance using DMN standard
1 stars 0 forks source link
dmn dmn-engine dmn-js dmn-model

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