This example app shows how to create a Spring Boot API and CRUD (create, read, update, and delete) its data with a React app.
Prerequisites: Java 17 and Node.js 16+
To install this example application, run the following commands:
git clone https://github.com/moksnow/jug-springboot-react.git
cd jug-springboot-react
This will get a copy of the project installed locally. To install all of its dependencies and start each app, follow the instructions below.
To run the server, run:
./mvnw spring-boot:run
To run the client, cd into the app
folder and run:
npm i && npm start
This example uses the following open source libraries:
Please post any questions as comments on the blog post, or visit our Okta Developer Forums.
Apache 2.0, see LICENSE.