This project has the main objetive to run two services from the same API (in parallel), who will control a lot of number of HTTP requests (POST and GET) using nginx tool with load balancer.
The request tests have been sent from Gatling script, the API's role needs to respect some rules (for example transactions sequences, return values, number of requests, etc).
The results you can look in this path \gatling-tests\user-files\results
The project was written in Golang language, Postgresql database and Docker to deploy.
$ docker-compose up -d