Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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