dat-adi / lil_bank

This is a mock bank application written in Django
1 stars 1 forks source link

feat: added balance check, deposit, and withdraw operations #14

Closed dat-adi closed 1 year ago

dat-adi commented 1 year ago

This PR intends to resolve #12, and resolve #13.

The README has also been updated and other methods have been set up as placeholders as well. There is a need for a transactions table to also be added into the mix. This aspect will progress in a new issue.