This API allows you to manage customers
First you will need to run a maven build, and then create a docker image.
- mvn clean install
- docker build --build-arg JAR_FILE=target/api-0.0.1-SNAPSHOT.jar .
Save the image ID for the next section
Use the following command to run the docker image locally
docker run -e "SPRING_PROFILES_ACTIVE=local" -p 8080:8080 <image id>
Import the "Customer Management.postman_collection.json" to your POSTMan