Skip to content

hrushilok/atm-simulator

Repository files navigation

atm-simulator

Written as a Node.js script with a simple command line user interface. ##Features

  • Autonomic Bank User Interface
  • Bank/ATM can create new accounts
  • Account are verified by Pin and secret Bank ID
  • Users can..
    1. Print Balance
    2. Make Deposit
    3. Make Withdrawl
    4. Transfer funds

##Setup

###Install Node.js First you must have Node.js installed globally on your machine. You can easily do this from the main website Node.js

###Install Dependencies After clone and CD into directory..

$ npm install

##Launch Program

$ npm run start

If all goes as planned atm-simulator should run in the terminal window until interruped(CTRL-C) or closed.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published