Skip to content

Repository files navigation

Doing backend with golang!

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

Idea/Features

A simple bank system that:

  • Creates and manages accounts
  • Records all balance changes
  • Manages money transfer between acccounts

Roadmap

  • Design DB schema and generate SQL code with dbdiagram.io

db_design

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

About

Creating simple bank system in go using docker, gRPC, Kubernetes, and Postgres.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages