stock-price-viewer-microservices-part1 icon indicating copy to clipboard operation
stock-price-viewer-microservices-part1 copied to clipboard

can you plz provide me with a dummy database fot this project

Open rushali12345 opened this issue 5 years ago • 1 comments

rushali12345 avatar Jun 04 '20 11:06 rushali12345

@rushali12345 I converted the mysql db to h2, and you dont need to do anything with database you can check here: https://github.com/ramazansakin/stock-price-viewer-microservices-part1

just add new quote with db-service

  • http://localhost:8300/rest/db/add : POST sample request body: { "userName" : "ramazan", "quoteStr" : "Sample Quote 2" }

and list with them stock service

  • http://localhost:8400/rest/stock/ramazan : GET

ramazansakin avatar Aug 27 '20 08:08 ramazansakin