Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 765 Bytes

File metadata and controls

37 lines (31 loc) · 765 Bytes

TOOLS & TECHNOLOGIES

  1. Eclipse/STS
  2. SpringBoot + Webflux
  3. REST API
  4. MongoDB

CONCEPTS/TOPICS COVERED

  1. ReactiveMongoRepository
  2. Handler
  3. Router
  4. WebClient

HOW TO RUN? (use POSTMAN Client)

RESTApi End-points

API Operations

GET PRODUCT

ADD PRODUCT

{
  "id": "700",
  "name": "",
  "category": "Mobile",
  "price": "7777"
}

TESTING

  1. Start the Springboot application
  2. ProductServiceTest.java -> Run As -> Junit Application