This project is aimed at optimizing the packing of items into packages for shipping. The goal is to select items in a way that maximizes the total value while staying within the weight limit of each package.
- Java installed on your machine.
- Clone the repository:
git clone https://github.com/mohsenr7596/package-optimizer.git - Navigate to the project directory:
cd package-optimizer - Compile the code:
mvn clean package - Run the application:
cd app && mvn spring-boot:run
This project is licensed under the MIT License - see the LICENSE file for details.