singhsanket143 / UberProject-ReviewService

4 stars 4 forks source link

added review controller crud operations #5

Closed AnkanRoychowdhury closed 4 months ago

AnkanRoychowdhury commented 4 months ago

Functions added for #1 :

  1. publishReview : create a review
  2. getAllReviews: get all review
  3. findReviewById: find a particular review by an id
  4. deleteReviewById: find a particular review by an id
  5. updateReview: update a review based on whatever field is passed in request to update
singhsanket143 commented 4 months ago

LGTM

singhsanket143 commented 4 months ago

LGTM, merging the pr