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.
1.0 KiB
1.0 KiB
BANK MANAGEMENT SYSTEM
Created by Atharva, Can, Haytham, Juilius, Shivam, and Yahya for AI1001.
General Info
Bank management system is a mock-up system that has most of the functionality and the fundamentals of a real bank management system.
Sample Walkthrough
- Clone the repository to your machine.
- Run
chmod 700 build-project.sh
- Run
./build-project.sh
- If you want to login as an employee, you will need the access code which is
DF9E9A8B5E
. - You can use these credidentials to login:
ID: Atharva PASS: Atharvafdai7514
- You will be greeted with an interface with the employee functions.
- 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
- You will be greeted with an interface with the customer functions.
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"