Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 25 days ago
JSON representation
Banking API implementation using Go
- Host: GitHub
- URL: https://github.com/devansh3712/go-banking-api
- Owner: Devansh3712
- Created: 2022-05-03T12:48:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-23T05:40:41.000Z (over 2 years ago)
- Last Synced: 2024-10-01T01:01:37.429Z (about 1 month ago)
- Topics: gin-gonic, golang, immudb, jwt, postgresql
- Language: Go
- Homepage:
- Size: 90.8 KB
- Stars: 31
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 authorizationIt is made using `gin` for routing and `gorm` for PostgreSQL management.
### Pre-requisites
- ImmuDB server
- PostgreSQL server