Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/devansh3712/go-banking-api

Banking API implementation using Go
https://github.com/devansh3712/go-banking-api

gin-gonic golang immudb jwt postgresql

Last synced: 4 days ago
JSON representation

Banking API implementation using Go

Awesome Lists containing this project

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