Skip to content

Latest commit

 

History

History
18 lines (18 loc) · 706 Bytes

README.md

File metadata and controls

18 lines (18 loc) · 706 Bytes

Online Simple E-ATM Service

Features:

  • Account holders are must login to his/her account by using there card number and password;
  • Account holders can see balances.
  • Account holders can withdraw money;
  • Account holders can deposit money
  • Only 3 times transaction is supported for 24 hours
  • Account balance must not less then 500 taka
  • Account holder can only withdraw 1000 taka at a time

Technologies:

  • EntityFramework
  • dot net framework
  • MVC Code first approach
  • MS SQL Server 2012.