Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 530 Bytes

File metadata and controls

17 lines (10 loc) · 530 Bytes

Backend dev technical test

Note: Deleted simulado and created mock server that uses a secure Node.js for security reasons. I'm not gona to execute an image that i dont know that does and have and it's not official.

To execute the test run in cmd the following:

Start Java Spring boot application main

docker-compose up -d mock-server influxdb grafana

curl http://localhost:3001/product/1/similarids

curl http://localhost:5000/product/1/similar

docker-compose run --rm k6 run /scripts/test.js

0% failed, 100% success