ProductApp is a SpringBoot application developed using MVC.The Product App contains simple insertion,deletion & update the user products and it also conatins reviews where in users can add reviews to their product
Dal represents data access layer
Domain contains the database tables information
Service contains the bussiness logic for the application
Web contains the REST API's for the CRUD operatiions