A small project made in C for managing users and their financial data.
- Financial account creation and management
- Data persistence across application sessions
- Activity tracking for all in-application activities
- Extensive data validation
- Authentication
CMake 3.27
sudo apt-get install cmake
Clone the project
git clone https://github.com/sebiflorinp/Accounting-Project
Go to the project directory
cd Accounting-Project
Create a build directory
mkdir build
cd build
Run CMake
cmake ..
Build the project
cmake --build .
Run the project
./Accounting-Project