Step to run the project:
Run the docker compose up with build flag:
This will build the rabbit mq queue and the postgres db
docker compose up --build
Run the makefile in the terminal, this will up the app and the load test:
make run & make load-test
If you haven't the air installed for golang. then run this in the terminal:
make run-no-air & make load-test