Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rakin406/bank-system
Bank management system simulation
https://github.com/rakin406/bank-system
bank cpp money simulation
Last synced: 3 days ago
JSON representation
Bank management system simulation
- Host: GitHub
- URL: https://github.com/rakin406/bank-system
- Owner: rakin406
- License: mit
- Created: 2022-09-28T11:28:09.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-01T23:07:56.000Z (about 2 years ago)
- Last Synced: 2024-01-29T08:09:54.778Z (10 months ago)
- Topics: bank, cpp, money, simulation
- Language: C++
- Homepage:
- Size: 114 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bank System
Bank management system simulation.
## Description
This program let's you do basic bank stuff like depositing and withdrawing and
stores the client information (AKA savings) in a JSON file for next session.## Getting Started
### Dependencies
* Clang or GCC compiler
* CMake
* Ninja### Executing program
* The first command below uses git. You can also download zip version.
```bash
git clone https://github.com/rakin406/bank-system.git && cd bank-system
mkdir build && cd build
cmake .. -G Ninja
ninja
./bank-system
```## Author
Rakin Rahman
## License
This project is licensed under the MIT License - see the LICENSE.md file for details