nyu-devops-team7 / shopcarts

The shopcarts resource allows customers to make a collection of products that they want to purchase
Apache License 2.0
0 stars 3 forks source link

Add querying for customer_id, shopcart_id, item_name #28

Closed rgordon126 closed 3 years ago

rgordon126 commented 3 years ago

As a: developer I need: the ability to query tables So that: I am able to filter and read relevant data when needed

Assumptions:

Acceptance Criteria: Given I want to see a specific group of data When I run the relevant query function (i.e. for customer, shopcart, item name) Then all relevant filtered data is returned