Skip to content

Bhavesh-Kapur/Bank_management-system

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bank management system - a system made in C language.

MySQL integration

To create a dump of MySQL database

mysqldump -u root -p BANK > BANK.sql

To Import the Database:

mysql -u root -p BANK < BANK.sql

Note Always import database while working and after a fresh commit and Create A dump whenever changes are made in MySQL Database and then commit

Run the makefile file to complile the code after updation

make

This will auto compile the final file

If there is need to clean up the build use

make clean

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.6%
  • Makefile 2.4%