Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 711 Bytes

README.md

File metadata and controls

29 lines (25 loc) · 711 Bytes

simplebank

Backend master class [Golang + Postgres + Kubernetes + gRPC]

Run

Edit .env file with right configurations. Then follow one of the way to run the project.

Kubernetes Cluster

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

Dev Environment

make dev_deploy

Docs

https://dbdocs.io/prosenjitjoy/SimpleBank
http://localhost:3000/doc/swagger