dat-adi / lil_bank

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

feat: account modelling #2

Closed dat-adi closed 1 year ago

dat-adi commented 1 year ago

There is a need for accounts in order to set up authentication and access to routes. The user must contain a few fields, and have a way to authenticate himself/herself.

Fields for the user,

Some features that need to be made are,

dat-adi commented 1 year ago

This issue has been resolved with #11