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

https://github.com/michaelzheng67/cpp_banking_api

C++ banking api with focus on object oriented programming
https://github.com/michaelzheng67/cpp_banking_api

cpp fintech fintech-api object-oriented-programming

Last synced: about 1 year ago
JSON representation

C++ banking api with focus on object oriented programming

Awesome Lists containing this project

README

          

# C++ Banking Api
### Created to help me practice object oriented programming with C++ language (comes with documentation)

This API functions to provide user with an "Account" class that has functionality similar to a debit account at a bank, along with functionality to open a
credit card and investment account.