github.com/Devansh3712/go-banking-api

Banking API implementation using Go


Keywords
gin-gonic, golang, immudb, jwt, postgresql
Install
go get github.com/Devansh3712/go-banking-api

Documentation

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