This is a full-stack web application built with React (frontend) and Spring Boot (backend) to manage a list of products. It demonstrates how to perform CRUD operations (Create, Read, Update, Delete) and integrate the frontend and backend using REST APIs.
Tech Stack React.js – Frontend UI Spring Boot – Backend REST API Axios – For HTTP requests H2 Database
Features View list of products Add new products Edit existing products Delete products Add to Cart – Add products to a temporary cart for purchase Fully connected React-Spring Boot app via REST API Local CORS handling between ports (5173 React, 8080 Spring Boot)