K-I-S / Virtual-Wallet

0 stars 3 forks source link

16 add money to own account #99

Closed ina-ene closed 6 months ago

ina-ene commented 6 months ago

-added two new data classes to models (Withdrawal and Deposit) -added tests for withdrawals and deposits -added functionality for withdraw and add money -created db_population.py file that has a function which creates a special cash_withdrawal account at the initialisation of the app (user + account) - attributes could be revised -updated main file to include the population file

98