JoelSFar / CS3750

0 stars 0 forks source link

backend post route: /withdraw #4

Closed mynamejoshua closed 7 months ago

mynamejoshua commented 7 months ago

withdraw funds from an account. handle overdraft?

{ moneytoremove: req.body.money, account: req.body.account } then log transaction in history

mynamejoshua commented 7 months ago

merged this with deposit