GET 54.146.146.197:8080/api/search?searchTerm=update : Fuzzy Searces a given term in the name field
GET 54.146.146.197:8080/api/products: Retrieve a list of all products.
GET 54.146.146.197:8080/api/products/{id}: Retrieve details about a specific product.
POST 54.146.146.197:8080/api/products: Add a new product to the database.
PUT 54.146.146.197:8080/api/products/{id}: Update information for a specific product.
DELETE 54.146.146.197:8080/api/products/{id}: Remove a product from the database.