git clone https://github.com/step307/rightmart.git
cd rightmart
docker compose run composer composer installdocker compose up -d --wait
docker compose exec php bin/console doctrine:migration:migrate -ndocker compose exec php bin/phpunitdocker compose exec php bin/console app:log:import ./tests/E2e/Fixtures/logs.logCould be run with -v or -vvv to get more information about the process
via Swagger UI http://localhost:8080/api/doc or
curl -X 'GET' \
'http://localhost:8080/count?serviceNames%5B%5D=USER-SERVICE&serviceNames%5B%5D=INVOICE-SERVICE&statusCode=201&startDate=2017-08-17%2000%3A00%3A00&endDate=2018-08-18%2000%3A00%3A00' \
-H 'accept: application/json'