Theosis / WebATM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebATM

Web app simulating an ATM.

Allows deposits or withdrawals with a form and shows their transaction history, along with their balance.

Will need the following pages:

  • deposit form
  • withdrawal form
  • transaction history page
  • Balance

Model will need:

Transaction

  • id #(autoincrement)
  • acct #
  • action (withdrawal or deposit)
  • amount
  • reason

The users will not login, just enter their acct number
Should

About


Languages

Language:Shell 29.3%Language:Java 25.1%Language:HTML 23.0%Language:Batchfile 22.6%