As a user I want a rest service to manipulate the products in my database in an effort to make changing and retrieving info from storage simpler.
- The service should be fully restful with verbs and actions that make sense for manipulating the products database
- the service should validate inputs prior to manipulating the database
- The service should be fully tested with happy and sad paths
- the service should use http codes correctly
As a user I want the abilty to add a product into the database using the rest service
As a user I want the abilty to retrieve a product from the database using the rest service
As a user I want the abilty to search for a product in the database using the rest service