C++ Toy Banking System

This is a project that I started to have a better grasp on a real-world scenario application that is demanding and challenging to build. First, C++ is a great language that I’m relatively proficient at and would like to showcase advanced usage in a project.

The project entails a C++-based Banking System that uses a DB (mariaDB) and some GUI or graphical backend, currently dearImGUI. There should be build system and dependecy manager as well to help automatize the whole building and development process. For this I chose Conan2. Security is also a topic I intend to go for, since it’s a banking application, so SSL and cryptography are also in.

To make it more professional there is also a Software Requirements Specification (SRS) document and UML diagrams. I also provide a backlog that I’ll follow.

This is the repository for it BK-System