Skip to content

aniekanBane/bank-simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bank Transaction Simulation

Simulation of common banking transactions. This project is based of the C#101 tutorials on .NET series and Learning C# by Joe Marini on LinkedIn learning

Getting Started

clone the repository and in your terminal do the following command

git clone https://github.com/aniekanBane/bank-simulation.git

RUN

C++

Create build directory

mkdir build && cd build

Build Cmake with BUILD_TESTS OFF (download boost to use enable testing)

cmake ../cpp -DBUILD_TESTS=OFF && cmake --build

Finally run the program

./Bank-CPP

CSharp

dotnet run --project csharp/Bank

Or use vscode, you can clone it from there and run the program easier

Operations

Images are from the csharp version

  • The start page

startpage

  • Account selection

accounts

  • Operations page

selection

  • Example choice (List of Transactions)

transcastions

About

Simulation of common banking transactions

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Contributors