bounswe / 2021SpringGroup4

This is the project repository of Group 4 for Boğaziçi University's Fundamentals of Software Engineering course.
2 stars 1 forks source link

Backend: Update the Equipment API and create search endpoint for sport type #242

Closed kerimoglutolga closed 2 years ago

kerimoglutolga commented 2 years ago

Description With our new design decisions, the equipment endpoint must be updated to contain more information such as the equipment picture, contact information of the seller and the relevant sport type. Additionally, the equipments should also be searchable by sport type.

Files Equipment API lives under /api/equipment/ while the search engine is located in /api/search/.

kerimoglutolga commented 2 years ago

Done! PR: https://github.com/bounswe/2021SpringGroup4/pull/215

I have updated the equipment endpoint to contain contact information and equipment picture and also implemented the relevant search functionality. The usage has been shared with team members in the form of a Postman dump.