Briefly describe what your LogisticsAssetManagement project is about. Explain the problem it solves or the functionality it provides.
The key features of the project:
- Asset management system
- Asset Registration
- Database integration with MySQL
- Easy tracking of assets
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Before you begin, ensure you have met the following requirements:
- C++ Compiler (such as GCC or Clang)
- CMake (version 3.5 or higher)
- MySQL Server and MySQL Connector/C++
To install and build the LogisticsAssetManagement project, follow these steps:
-
Clone the Repository:
Clone the project repository from GitHub to your local machine. Use the following command in your terminal:git clone hhttps://github.com/HongjuanJiang-Ada/LogisticsAssetManagement.git
-
Navigate to the Project Directory: After cloning, move into the project directory with this command:
cd LogisticsAssetManagement -
Configure the project with CMake: Inside the project directory, configure the project using CMake. This step generates necessary build files:
cmake . -
Build the Project: Compile the project using the make command. This will create an executable based on the source files:
make
-
Run the executable: Once the build process is complete, you can run the executable to start the application:
./LogisticsAssetManagement
This project is licensed under the MIT License - see the LICENSE file for details.