Online Bank Account Simulation
/**
- Author: Roland Junior Toussaint
- Version 1.0
- Since 04/01/2017 */
This program simulates an online bank account service to deposit and withdraw money to either a savings or checking accounts, and to transfer money from one account to another.
Java Compiler
MySQL database
Spring Framework
Regular user:
Username: User
Password: password
Admin User:
admin
adminpassword
None
Java Virtual Machine
Spring Framework
MySQL Database
A MySQL database named "accountmanager" needs to be in place.
None