Skip to content

HongjuanJiang-dev/LogisticsAssetManagement

Repository files navigation

LogisticsAssetManagement

Project Overview

Briefly describe what your LogisticsAssetManagement project is about. Explain the problem it solves or the functionality it provides.

Features

The key features of the project:

  • Asset management system
    • Asset Registration
  • Database integration with MySQL
  • Easy tracking of assets

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

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++

Installing and Building the Project

To install and build the LogisticsAssetManagement project, follow these steps:

  1. 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
    
  2. Navigate to the Project Directory: After cloning, move into the project directory with this command:

    cd LogisticsAssetManagement
    
  3. Configure the project with CMake: Inside the project directory, configure the project using CMake. This step generates necessary build files:

    cmake .
    
  4. Build the Project: Compile the project using the make command. This will create an executable based on the source files:

    make
    
  5. Run the executable: Once the build process is complete, you can run the executable to start the application:

    ./LogisticsAssetManagement
    

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Prototype project for the logistics asset management backend system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages