Skip to content

dryhour/banking-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Banking System

This is a banking system that allows users to create accounts, deposit and withdraw cash, and view balance. It is created using c++ and SQL.

Testing

Run:

  1. cd backend
  2. g++ server.cpp -o server -std=c++11 -I/opt/homebrew/opt/mysql-connector-c++/include -L/opt/homebrew/opt/mysql-connector-c++/lib -lmysqlcppconnx
  3. ./server

About

This is a banking system that allows users to create accounts, deposit and withdraw cash, and view balance. It is created using c++ and SQL.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors