Part 3: Full Stack Development
In this part, we will combine the Spring Boot backend and the React frontend. We will use the Spring Boot backend that we created in Part 1, Backend Programming with Spring Boot, to create a frontend with React. The frontend provides all the CRUD operations for us.
We will cover the following chapters in this section:
- Chapter 10, Setting Up the Frontend for Your Spring Boot RESTful Web Service
- Chapter 11, Adding CRUD Functionalities
- Chapter 12, Styling the Frontend with React MUI
- Chapter 13, Testing Your Frontend
- Chapter 14, Securing Your Application
- Chapter 15, Deploying Your Application
- Chapter 16, Best Practices