This pull request adds the functionality for buyers to view all products offered by a vendor on the platform. It enhances the browsing experience by allowing buyers to explore available products easily.
Description of Task to be completed?
Developed API endpoints to retrieve product listings from the database.
Ensured that only products from verified vendors are fetched.
Implemented pagination and filtering options to enhance user experience.
How should this be manually tested?
git clone https://github.com/your-repo.git
cd your-project-folder
git checkout branch-?
npm i
npm run start:dev
What does this PR do?
This pull request adds the functionality for buyers to view all products offered by a vendor on the platform. It enhances the browsing experience by allowing buyers to explore available products easily.
Description of Task to be completed?
How should this be manually tested?