CSCI-GA-2820-FA24-003 / products

NYU DevOps Products Service Fall 2024
Apache License 2.0
0 stars 1 forks source link

Listing all the products from the catalog #21

Closed savarchaturvedi closed 1 month ago

savarchaturvedi commented 1 month ago

As a Backend Developer I need to develop an endpoint to retrieve and display a list of all available products in the store So that users can view product details, including ID, name, description, price, and other attributes like images.

Details and Assumptions:

Acceptance Criteria

Given there are products in the database  
When a request is made to the endpoint  
Then the API returns a 200 OK status code with a list of all products.

Given there are no products in the database  
When a request is made to the endpoint  
Then the API returns a 204 No Content status code with no data.