The Customer Service os part of Warehouse Management System (WMS+) which adds customer registration & management related functionalities.
The below commands can be used to build the software. Using Make:
makeOr directly using Maven:
mvn clean package installTo start the service, either start everything through Docker compose using Make:
make runOr directly through Docker compose:
docker-compose up -d --buildOr if you run the dependencies (such as the database) elsewhere or through a different method, then you can start the application directly with:
java -jar ./api/target/api-0.1.0-INDEV.jar