Skip to content

swarmukh/wit-customer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wit-customer

ReST endpoints:

  1. GET localhost:8080/customer/{id} - retrieve customer record associated with id
  2. POST localhost:8080/customer/create - create new customer from form-data
  3. PUT localhost:8080/customer/{id} - update customer record associated with id
  4. DELETE localhost:8080/customer/{id} - delete customer record associated with id

Working with the microservice:

    $ cd wit-customer
    $ docker-compose up --build # this starts the microservice
    ^C # abort the process
    $ docker-compose down # gracefully stop the microservice

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 95.3%
  • Shell 4.7%