The API is hosted at https://arcane-thicket-52825.herokuapp.com
The API can be tested for the following end points:
- To view all the products: '/products'
- To insert a new product: '/products'
- To get a particular product: '/products/:productId'
- To update a particular product: '/products/:productId'
- To delete a particular product: '/products/:productId'