3rd year Server Side Rad Project Spring
The application should be written in Spring Boot based on the skeleton application, and should use the Spring MVC n-tier architecture – Controllers, Services, Repositories, Views, with the appropriate data/logic in each tier.
The Model for the application consists of three objects:
- Product ID
- Description
- Quantity In Stock
- Customer ID
- Customer Name
- Order ID
- Order Quantity
- Order Date