A banking API made with Go, PostgreSQL and ImmuDB, which can:
- create user accounts
- store immutable transactions
- JWT authorization
It is made using gin
for routing and gorm
for PostgreSQL management.
- ImmuDB server
- PostgreSQL server
Banking API implementation using Go
go get github.com/Devansh3712/go-banking-api