Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 283 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 283 Bytes

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