stern-devops-2020-inventory / inventory

The inventory resource keeps track of how many of each product we have in our warehouse. At a minimum it should reference a product and the quantity on hand. Check with the Product team for the format of the product id. Inventory could also track restock levels and the condition of the item (i.e., new, open box, used). Restock levels will help you know when to order more products. Being able to query products by their condition (e.g., new, used) could be very useful.
Apache License 2.0
0 stars 0 forks source link

Go to the URL of your service and make sure that it works #49

Closed atb459 closed 4 years ago

atb459 commented 4 years ago

As a developer
I need to visit the URL of our service So that we can make sure it works

Assumptions: *When we visit the URL it will work as expected

Acceptance Criteria:

Given our application is up and running on IBM Cloud when I navigate to the URL I get the expected response.