-- Create Mysql Database eg. 'spare_parts'
-- Update database name, user and password in applications.properties in resource folder
-- Run application.java
-- Download RESTClient and install
-- Give auth user kamal and password kamal
-- put urls to test
- http://localhost:8080/product/save with method post data as application/json utf-8
#!json
{"name":"tyre", "price":20,"quantity":10,"description":"a rubber covering, typically inflated or surrounding an inflated inner tube, placed round a wheel to form a soft contact with the road."}