Cleop / payments-db

A payment app that enables you to monitor account activity and make payments
MIT License
1 stars 0 forks source link

payments-db

Build a payment app that enables you to monitor account activity and make payments

Setup

Next steps

Given more time the two highest priority areas would be:

Automated Email Functionality

Schema

Accounts Table
acc_id (primary Key)
acc_name
acc_email
Transactions Table
transaction_id (primary Key)
account_id_from
account_id_to
amount
tran_date