Thanks to visit codestin.com
Credit goes to github.com

Skip to content

step307/rightmart

Repository files navigation

Log repository

How to

Initialisation

git clone https://github.com/step307/rightmart.git
cd rightmart
docker compose run composer composer install

Start containers

docker compose up -d --wait
docker compose exec php bin/console doctrine:migration:migrate -n

Run tests

docker compose exec php bin/phpunit

Execute the import command

docker compose exec php bin/console app:log:import ./tests/E2e/Fixtures/logs.log

Could be run with -v or -vvv to get more information about the process

Count the lines

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'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published