Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ashiqyousuf/sbank

A money transfer backend system using golang, postgres, docker, grpc
https://github.com/ashiqyousuf/sbank

cicd docker golang grpc postgresql sqlc testing

Last synced: 28 days ago
JSON representation

A money transfer backend system using golang, postgres, docker, grpc

Awesome Lists containing this project

README

        

# sbank

```
Migration command:-

migrate create -ext sql -dir db/migration -seq
```

```
Install evans (go install github.com/ktr0731/evans@latest)

Update PATH:

echo 'export PATH=$PATH:$HOME/go/bin' >> ~/.bashrc
source ~/.bashrc

go install package (goes to ~/go/bin/)
```

Note:- gRPC interceptor is a function that gets called for every request before its sent to the gRPC handler (Doesn't work for HTTP Requests, need to seperately add that for gRPC Gateway)