Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amanmj/automated-teller-machine
An ATM Emulator GUI based Java applet.
https://github.com/amanmj/automated-teller-machine
Last synced: about 1 month ago
JSON representation
An ATM Emulator GUI based Java applet.
- Host: GitHub
- URL: https://github.com/amanmj/automated-teller-machine
- Owner: amanmj
- Created: 2015-06-23T17:39:49.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-23T17:53:29.000Z (over 9 years ago)
- Last Synced: 2023-03-02T13:46:56.950Z (almost 2 years ago)
- Language: Java
- Size: 141 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Automated-Teller-Machine
An ATM Emulator GUI based Java applet.
#An ATM cash deliver emulator application that hasthe following functionalities :
a) Authentication : Asks user to enter pin and password. Data is fetched from MySQL database.
b) Cash Withdrawl : Cash can be withdrawn in a muliple of 50 only. Promts if balance is less than the amount demanded.
c) Admin access : Administrator access to see all accounts, add account, delete account, manipulate records.#Steps to run the application:
1.) If possible run the "atme.class" in netbeans.
2.) If not available then set classpath to the jdbc driver manually.
3.) Please change the username and password of your localhost if different from "root" and "" respectively in each of the java files where sql query has been run.
4.) Export the database named "hpes" provided into your localhost using the GUI Tools.
SQL current TABLE CONTENTS:Administrator Account: PIN:0001 PASSWORD:1234
Sample Accounts:
PIN:0002 PASSWORD 1234
PIN:0003 PASSWORD 1234
PIN:0004 PASSWORD 1234
PIN:0005 PASSWORD 1234
PIN:0006 PASSWORD 1234
The account passwords can be changed by logging in to the admin account.