Product Register is a Full Stack application that allows the user to register their products.
CORS configuration to allow the trafict betwen client and server.
GET /findAllProducts
GET /findProductById/{id}
GET /products/published
POST /createProduct
PUT /updateProduct/{id}
DELETE /deleteProduct/{id}