12
Setting Up the Frontend for Our Spring Boot RESTful Web Service
This chapter explains the steps that are required to start the development of the frontend part of our car database application. We will first define the functionalities that we are developing. Then, we will do a mock-up of the UI. As a backend, we will use our Spring Boot application from Chapter 5, Securing Your Backend. We will begin development using the unsecured version of the backend. Finally, we will create the React app that we will use in our frontend development.
In this chapter, we will cover the following topics:
- Mocking up the UI
- Preparing the Spring Boot backend
- Creating the React project for the frontend
Technical requirements
The Spring Boot application that ...
Get Full Stack Development with Spring Boot 3 and React - Fourth Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.