You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
1.0 KiB

2 years ago
  1. # BANK MANAGEMENT SYSTEM
  2. *Created by Atharva, Can, Haytham, Juilius, Shivam, and Yahya for AI1001.*
  3. ## General Info
  4. Bank management system is a mock-up system that has most of the functionality and the fundamentals of a real bank management system.
  5. ## Sample Walkthrough
  6. 1. Clone the repository to your machine.
  7. 2. Run `chmod 700 build-project.sh`
  8. 3. Run `./build-project.sh`
  9. #
  10. 1. **If you want to login as an employee**, you will need the access code which is **`DF9E9A8B5E`**.
  11. 2. You can use these credidentials to login: `ID: Atharva PASS: Atharvafdai7514`
  12. 3. You will be greeted with an interface with the employee functions.
  13. #
  14. 1. **If you want to login as a customer**, you will need the credidentials of an employee. You can use these sample ones to login: `ID: 1234 PASS: example`
  15. 2. You will be greeted with an interface with the customer functions.
  16. *If you want the full list of the registered customers, you can take a look at "CustomerData.txt". For the staff list take a look at "employeesCredentialsList.txt"*