Write a money transfer web service. -- 2
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.
Django ORM cannot be used in the project! Django itself can be used. The database should be your own (not from the lesson). It can be local on your computer, it is not necessary to publish the application on the Internet. You can use SQLite or Pandas as a base. It is not necessary to use the API.
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.
Django ORM cannot be used in the project! Django itself can be used. The database should be your own (not from the lesson). It can be local on your computer, it is not necessary to publish the application on the Internet. You can use SQLite or Pandas as a base. It is not necessary to use the API.