-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathReadMe.txt
More file actions
19 lines (12 loc) · 1.04 KB
/
ReadMe.txt
File metadata and controls
19 lines (12 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Run the project (./grailsw run-app)
To see the transaction page : go to http://localhost:8080/secretescapecodingchallenge/transaction
Then to see an accounts transaction history, select account from the account drop down box and click “show account details” button
Then in the bottom of the page some transaction will be displayed.
To transfer from one account to another account: browse to http://localhost:8080/secretescapecodingchallenge/pay
Select account from From drop down box to transfer
Select account from To dropdown box to credit the account
Insert amount to Amount input box
Click “Transfer” button
If “From Account” has sufficient balance, then the amount will be debited and “To Account” will be credited and a table will show the changed balance of the both of the accounts.
Go to http://localhost:8080/secretescapecodingchallenge/greenmail to confirm that mail has been sent to the both of the accounts.
If “From Account” does not have balance less then the amount to be debited, then error message will be shown in the page.