fullstack-hello-world/ ├── backend/ # Spring Boot REST API (Port 8080) │ ├── src/ │ └── pom.xml ├── frontend/ # React Application (Port 3000) │ ├── src/ │ ├── public/ │ ├── package.json ...