A simple dynamic basic website that has the following specs.
1. Start with creating data in the database for up to 10 customers.
2. Database options: Mysql, Mongo, Postgres, etc.
3. Customers table will have basic fields such as name, email, current balance, etc.
4. The transfers table will record all transfers that happened.
5. Flow: Home Page > View all Customers > Select and View one Customer >Transfer Money > Select customer to transfer to > View all Customers .
6. Only the transfer of money between multiple users.