ravenloue / simple_bank_web

Simple mock banking page
http://simplebank.ravenloue.epizy.com/
0 stars 0 forks source link

Add transactions to DB #17

Closed ravenloue closed 1 year ago

ravenloue commented 1 year ago

Since we're going to have a transaction history screen, I need to have some transactions in there for the component to pull. Each account will need some transactions.

Should have the following categories: transaction number, account number, date, party, category, amount

ravenloue commented 1 year ago

something to look at to make it easier: https://www.kaggle.com/datasets/demodatauk/full-banking-transaction-log-sample

ravenloue commented 1 year ago

Created a series of mock transactions for testing the transaction component. All that's left is to add a few more details and then upload it to the database

ravenloue commented 1 year ago

All transactions added to the db. feel free to delete the data folder