create a program in Visual Studio 2013 or 2015 or 2016 using MVC. The program is virtual cach machine ATM
System Functionality 1. In order to access the ATM, a customer must login with one of the following: A. A valid account number and a four-digit PIN B. A valid user name and password 2. New customers can register for an account. 3. Authenticated users can utilise the system to: • make a deposit • make a withdrawal (with sufficient funds available) • make a single click ‘fast’ withdrawal of £100 (with sufficient funds available) • transfer funds to another account (with sufficient funds available) • view an account balance • print an account transaction statement (on screen) (Last week, two weeks, month or custom period) 4. The currency exchange rates will be provided by your own Restful service called Currency 5. The Web application will be developed using the DOTNET Framework and the MVC (Model–view–controller) software architectural pattern. 6. The Web application will contain a local database to keep persistent account data and transaction records 7. The Currency RESTful service will implement the Web API design architectural pattern and also contain a database to maintain currency data. 8. The design and implementation of a realistic and easy-to-understand user interface is expected and users may access the system through multiple devices so you should consider a responsive design. STEP BY STEP TEXT FILE REQUIRED TO PROOF THE PROGRAM WAS CREATED BY MYSELF • All solution files and associated documentation submitted (explanation what code you used and why) explanation how the program is made. Step by step solution to prove the program was made by the student • You will be required to discuss your code and design decisions.
9 years ago 3
Purchase the answer to view it
- atm_machin.rar