Sysmod-2021 / bankappbackend

Backend for banking application - sysmod 2021
1 stars 1 forks source link

Sprint 1 - Perform transaction #37

Closed ira-halenok closed 2 years ago

ira-halenok commented 2 years ago

Perform transaction through the console: #14

Notice: Keep a personal log of your hours worked and progress on which tasks.

Performing transaction between two accounts in the system should be possible (through an API call). The person who executes the request shall enter the sender account ID, receiver account ID, transferred amount, and description.

Comments

After API calls for Administrators, add API calls for Customers. Admin calls = between two users, bank -> user, user -> bank, seed.

huseynovramilx commented 2 years ago

Branch: perform-transactions