https://github.com/csxv/bms
terminal C++ application to manage bank system
https://github.com/csxv/bms
cpp
Last synced: 4 months ago
JSON representation
terminal C++ application to manage bank system
- Host: GitHub
- URL: https://github.com/csxv/bms
- Owner: CSXV
- Created: 2024-12-20T15:53:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-22T09:22:59.000Z (over 1 year ago)
- Last Synced: 2024-12-30T04:28:32.740Z (over 1 year ago)
- Topics: cpp
- Language: C++
- Homepage:
- Size: 6.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bank Management System

Terminal C++ program, let users manage a bank system with clients.
NOTE: Tested on Linux only.
---
## How to use
1. Clone this repo.
2. Build the project by running `Make.sh` file.
3. Run the program, use `.\outDebug`.
---
## Files
1. Main file is `test.cpp`.
2. `Clients.txt`: Stores clients data.
3. `Currencies.txt`: Stores countries currency data.
4. `LoginRegister.txt`: Stores successful logins to the system along with a time stamp.
5. `Users.txt`: Stores system users data along with there system permissions and password, increpted with simple cypher.
6. `TransferLog.txt`: Stores successful client account transaction, along with a time stamp, and the user who made it.
---