/Bank-Application

Models a bank ATM

Primary LanguageC#

Table of Contents
  1. Bank Application
  2. Getting Started
  3. Contributing
  4. Contact

Bank-Application

This application models a bank ATM it has two types of users, admin and a general user. As a user you are able log in to different accounts, transfer funds, deposit funds, withdrawl funds, and change your password. As a admin you are able to view single or all accounts, freeze accounts, create and delete users, and change your password.

Built With

Getting Started

You will need an IDE to run the application locally. other then that follow the Installation instructions to access the code. Also, dont forget to follow the proccess in contributing. If you have any questions feel free to contact me with my information below.

Admin Logins

  • Admin
    • username: admin
    • password: password

User Logins

  • Carlos Santiago

    • username: csantiago
    • password: password
  • Tiffany Smith

    • username: tsmith
    • password: password
  • Bob Smith

    • username: bsmith
    • password: password

Installation

  1. Clone the repo
    git clone https://github.com/github_username/repo_name.git

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git switch -c feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

Contact

Carlos - Linkedin Page - clsantiago@student.fullsail.edu

(back to top)