Skip to content

Latest commit

 

History

History
executable file
·
26 lines (16 loc) · 447 Bytes

File metadata and controls

executable file
·
26 lines (16 loc) · 447 Bytes

Sven Duge

Hexagonal Architecture Example

Run App:

To run the app you need to add the following parameters:

Amount to calculate will point to split basiscurrency from subcurrency: -v=50.50

The origin currency: -c=usd

The output format - either csv or json: -o=csv

So in all: php /app/script/index.php -v=50.50 -c=ussd -o=csv

Run Container:

run make init

see make list for your options