this command will build go, build docker images (use: Dockerfile),
and run docker container (use: docker-compose.yml)
the api docker container will expose a 8080 port for the api server, fill free to change the port (the
first 8080 in the docker-compose.yml file) if it is used
or you can simply run make run-k6 command in your terminal
feel free to stop/start one of the god-jay-micro-db-service docker container,
it can be removed/added to the backend server automatically by the discovery service
Notice
In this example, I deleted all the generated proto go files and kept the logic codes, then generate them with make by
the cmd/init/main.go code.
But in your real develop, you should write proto files first, then generate the go files,
finally write your logic codes.