The user is allowed to log in to his/her account if he/she has a pre-saved account.
If not created user can sign in to create a new account.
The account details are to be filled by the user to create a new Account
The user details are saved in the database and the login button is used to log in to the user account
The data is saved in the database through the JDBC API
The account-created user to redirected to the login page to provide the user credential
The user is logged in to his account and the details like account number, name, and email are displayed on the navbar of the website
The user account balance is displayed with a welcome bonus of 5000 rupees
The user enters an amount to credit/deposit into his account
The user amount is saved into the database and is provided two button
- Home: To the home page
- Balance: To check the balance amount
The balance is changed by the deposition of some amount
The user enters an amount to debit/withdrawal from his account
The user amount is debited from the database and is provided two two-button
- Home: To the home page
- Balance: To check the balance amount
The balance is changed by the withdrawal of some amount
The user has a logo button present in the top right of the home page
Following are the functionality for the user
- Edit: To edit the Details of the user
- Delete: To Delete the user account permanently
- Transaction: To check recent transactions of the user
- Logout: To get out of the account Home page
The user details are saved in the database and the login button is used to log in to the user account
The details of the amount are arranged and sorted by date and time in descending order
The user is asked to delete the account permanently