⭐️ Creating Full-stack Apps with React and Spring
⭐️ MVC => Model, View, Controller => Model is Spring, View is React, Controller is Spring/React
⭐️ Extensions to download in Visual Studio Code => Spring Boot Tools, Spring Initializr, Spring Boot Dashbord
⭐️ Prerequisits => Java Development Kit (JDK), Apache Maven, Java Extension Pack
⭐️ Spring initializr => Project: maven, Language: Java, Spring Boot: 3.5.0, Dependencies: Rest repositories, Spring Data JPA, H2 Database, Lombok
⭐️ Generate the project
⭐️ Create React Project in the repository crm, with npx create-react-app client
⭐️ Create model folder, inside Contact.java file