Skip to content

jarekrzdbk/BankingApplication

Repository files navigation

BankingApplication

DOI

sample solution

to run project: just build it in Visual Studio, if npm packages not installed on build, run npm install, in BankingApplication project directory

Workflows:

  1. Create user and|or login to system
  2. Deposit money to own account
  3. Withwraw noney from own account
  4. Transfer money to another user
  5. See transactions history

Main mvc project hosts mvc views (two of them return Angular applicatons (Angular 1 and Angular 2)).