Work as a team to develop the online banking system based on your design to meet the following requirements. You may select or combine the design you have in the previous unit.
Write source code files in C# or Java that should pass the compiler and run. 
The 3 types of devices or hosts should include the following: 
A Web browser or user GUI application, including the ability to do the following: 
Input log-in ID and password. 
Check balance 
Transfer money 
Display a result 
A Web server or application server, including the ability to do the following: 
Verify log-in information in the database 
Check the balance information in the database 
Modify the account information (transfer) in the database 
Send the results back to the user 
A database server, including the ability to do the following: 
Store the information (tables) of users and accounts 
Modify the information based the request sent by the Web or application server 
You may add more functionality if you would like. 
For testing purpose, the 3 devices will be on the same computer. 
Create a Word document with screenshots that show the process of the system running. 
Submit a zip file containing the following: 
source code files in C# or Java that should pass the compiler and run 
a Word document with screenshots that show the process of the system running