# README
go-banking-api
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.
Pre-requisites
- ImmuDB server
- PostgreSQL server