Write a money transfer web service.

Job ID: 32458851

Budget: $10 – $30 USD

1. When the application is launched, a list of all accounts and their current balance is displayed. The accounts with the maximum amount of money for each currency should be marked, for example, with a green circle.
2. The "Add Account" button should create a new account with a zero balance. You can choose the currency - KZT/USD/EUR.
3. Give the opportunity to click on any account and see all transactions on it.
4. Inside the account where the list of transactions is displayed, there should be commands:
4.1. Transfer - only to an account in the same currency. It is impossible to transfer more than there is in the account.
4.2. Replenishment - enter any amount, the account is replenished on this number.
5. (OPTIONAL) Show a chart with the history of balance changes.
Related categories: Python Django SQLite