<zawiszaty>

Entitlement service

How to run

You must have installed docker and docker-compose locally.

Windows

~ docker-compose up -d
//wait some time
~ docker-compose exec -it  php ./vendor/bin/phpunit

Linux

~ make start
~ make test