stock-price-viewer-microservices-part1
stock-price-viewer-microservices-part1 copied to clipboard
can you plz provide me with a dummy database fot this project
@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