/simple-bank

A project which I worked on to learn how to serve different html files based on url (not go templates)

Primary LanguageGo

Simple Bank

An application which simulates the working of a simple bank with the following features:

  • Create and manage account: Owner, balance, currency.
  • Record all balance changes: Create an account entry for each change.
  • Money transfer transaction: Perform money transfer between 2 accounts consistently within a transaction.

This is a project i worked on while following the YouTube tutorial on the TECH SCHOOL channel here