The Taco Cloud project from the famous book - "Spring in Action".
This project covers the features from chapter 1 to 4 of "Spring in Action":
- Traditional multipage application (MPA) with Spring MVC
- Design custom tacos by selecting ingredients
- Place an order for the tacos you designed
- Validate form input and display validation errors
- Spring Data: store information about ingredients, tacos, orders in MySQL database with JPA