oguzhanural / secondChance-backend

The SecondChance application connects users who wish to give away household item they no longer need.
Apache License 2.0
0 stars 0 forks source link

Implement Search service API #5

Closed oguzhanural closed 3 months ago

oguzhanural commented 4 months ago

As a backend developer I need to implement Search service API So that users can search for items they are interested in on the platform

Details and Assumptions

* The API should support search functionality based on various criteria such as item name, category, and location.
* The API should return relevant search results efficiently.
* The API should be documented for use by frontend developers or other services.
* The service should interact with the MongoDB database to retrieve item data.
* Proper error handling and responses should be implemented.

Acceptance Criteria

Given the requirements for the Search service API
WhenI implement the API
Then the API should support searching for items by name, category, and location
And the API should return relevant search results
And the API should provide proper error handling and responses
oguzhanural commented 3 months ago

Done.