In this repo, I am following this series
The aim of this repo is to refresh my knowledge in golang by building backend that scale along side with reading : Desinging data intensive applications
A simple bank system that:
- Creates and manages accounts
- Records all balance changes
- Manages money transfer between acccounts
- Design DB schema and generate SQL code with dbdiagram.io
In this DB desing, we're creating a database for a very simple bank system in Postgres. Using [dbdiagram.io] to create a SQL design and export to (PNG, PDF, Postgres Format,...)
- Install & use Docker + Postgres + TablePlus to create DB schema
- How to write & run database migration in Golang
