-This project is about creating a program able to handle a system (Administration, configuration, update, etc...) of bank accounts (current account, Passbook, etc...) in C language.
-Json-c is a C library for manipulating JSON data in C/C++. It can be downloaded from here. But if you are working in Ubuntu or other debian based systems you can execute the following commands:
sudo apt install libjson-c-dev
-To execute this program in LINUX, you have to open the terminal and:
make
-To clean the project, you have to type:
make clean