Skip to content

vpoddar88/customermgmt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Customer Management REST API

This API allows you to manage customers

Building locally

First you will need to run a maven build, and then create a docker image.

  1. mvn clean install
  2. docker build --build-arg JAR_FILE=target/api-0.0.1-SNAPSHOT.jar .

Save the image ID for the next section

Running locally

Use the following command to run the docker image locally

docker run -e "SPRING_PROFILES_ACTIVE=local" -p 8080:8080 <image id>

POSTMan

Import the "Customer Management.postman_collection.json" to your POSTMan

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published