banking

command module
v0.0.0-...-63dd2aa Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 17, 2022 License: MIT Imports: 6 Imported by: 0

README

banking

​ Banking provide APIs for frontend to do following things:

  1. Create and manage bank accounts, which are composed of owner's name, balance, and currency.
  2. Authenticate user using PASETO or JWT token.
  3. Record all Transactions. So every time some money is transfered, an account entry record will be created.
  4. Perfrom a money transfer between 2 accounts. This should happen within a transaction, so that either both accounts' balance are updated or not to prevent db deadlock or race condition. ​

This project is containerized using docker and kubernetes. It's deployed on AWS.

I followed along with this course to create this project.

To practice following topics:

Go, Postgresql, github action, paseto and jwt, docker, kubernetes, AWS(IAM, ECR, RDS, EKS), postman

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
db
mock
Package mockdb is a generated GoMock package.
Package mockdb is a generated GoMock package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL