Backend master class [Golang + Postgres + Kubernetes + gRPC]
Edit .env file with right configurations. Then follow one of the way to run the project.
First create docker image to use inside kubernetes.
podman/docker build -t simplebank-api
Then, run the following to quickly test the project.
kubectl apply -f simplebank-pod.yaml
kubectl port-forward simplebank 3000:3000
To view api specific log, run the following in a new terminal session.
kubectl logs -c simplebank-api -f simplebank
make dev_deploy
https://dbdocs.io/prosenjitjoy/SimpleBank
http://localhost:3000/doc/swagger