Spring Boot React Crud Example Technologies
Backend : Spring Boot ,Rest Api
Frontend – React (React Hook, React Router 6.0 )
Tools : STS, Vscode
Database: Mysql
Server : Apache Tomcat Server
Build
-
Build Server Side
npx create-react-app product_management_frontend
-
Build and run client side
$ cd product_ui $ npm start
Access server side using following URL
http://localhost:8081
Access application using following URL
http://localhost:3000
screenshot