offers microservice collaborated
- http://localhost:9999/offer-service/test GET => test
- http://localhost:9999/offer-service/offers GET => all offers of all employees
- http://localhost:9999/offer-service/offers/{offerId} GET => view offer with offerId
- http://localhost:9999/offer-service/offers/search/by-category?offerCategory=FURNITURE GET => view offers with category
- http://localhost:9999/offer-service/offers/search/by-likes?limit=3 GET => view top liked offers
- http://localhost:9999/offer-service/offers/search/by-creation-date?createdOn=dd-MM-yyyy GET => view offers by posting date
- http://localhost:9999/offer-service/offers/search/by-author?authorId=subham GET => view offers created by authorId
- http://localhost:9999/offer-service/offers POST => Create offer
- http://localhost:9999/offer-service/offers/{offerId}/likes?likedBy=guruSai POST => Like an offer with offerId and likedBy empId