/SpringBoot-Application

A basic introduction to spring boot application using MVC architecture

Primary LanguageJavaMIT LicenseMIT

ProductApp

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

Model view controller patterns

DAl

Dal represents data access layer

Domain

Domain contains the database tables information

Service

Service contains the bussiness logic for the application

Web

Web contains the REST API's for the CRUD operatiions