Skip to content

takhat/MyBankAppJan20

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyBankApp is a banking app that allows users to create an account, make deposits and withdrawals and view transactions.

Steps to run the application:

  1. Download the Zipped folder from GitHub.
  2. Extract all files.
  3. Open the solution file in Visual Studio.
  4. Delete "Migration" folder if there is any.
  5. In "Package Manager Console", enter "Add-Migration SomeMigrationName" command followed by "Update-database" command.
  6. Set "BankApp" as the startup project and run the project.
  7. Follow the instructions in the Console to create a new account.

Steps to Test Web UI:

  1. Follow the above steps.
  2. Set "BankUI" as the startup project and run the project in IIS Express.
  3. In the web view, use the "Register" link to log in using the same email address as in the above steps and set a password.
  4. Use "Account" link to create new account, view account related data and make deposits and withdrawals.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published