Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Customer

The Customer Service os part of Warehouse Management System (WMS+) which adds customer registration & management related functionalities.

Building

The below commands can be used to build the software. Using Make:

make

Or directly using Maven:

mvn clean package install

Usage

To start the service, either start everything through Docker compose using Make:

make run

Or directly through Docker compose:

docker-compose up -d --build

Or 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

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages