prakharporwal / bank-server

Backend Server for a bank Infrastructure (Go and Postgres)
Other
2 stars 1 forks source link
banking-system docker golang kubernetes postgresql

Bank Server

Backend Server for a bank Infrastructure (Go and Postgres)

docker image

RoadMap + Learnings

TODO

Pre-requisite :

{
    "owner_email":"sample@getmail.com",
    "currency":"USD"
}
{
    "from_account_id": 2,
    "to_account_id": 1,
    "amount": 15
}