- Open terminal and run
docker compose up
- Import
./postman.json
in Postman. - Run the collection runner.
- Open terminal and run
helm dependencies build ./helm
- Once build then run
helm install <your release name> ./helm
- Once the pods are ready then run
minikube service <your release name> --url
to get the url - Import
./postman.json
in Postman. - Update the
ENDPOINT
variable from the collection variable section. - Run the collection runner