Skip to content

Human Resource Management is a simple crud application with Spring Boot and React This example app shows how to create a Spring Boot API and CRUD (create, read, update, and delete) its data with a React app.

Notifications You must be signed in to change notification settings

moksnow/hr-springboot-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Human Resource Management is a simple crud application with Spring Boot and React

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+

Getting Started

To install this example application, run the following commands:

git clone https://github.com/moksnow/hr-springboot-react.git
cd hr-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

Links

This example uses the following open source libraries:

Help

Please post any questions as comments on the blog post, or visit our Okta Developer Forums.

License

Apache 2.0, see LICENSE.

About

Human Resource Management is a simple crud application with Spring Boot and React This example app shows how to create a Spring Boot API and CRUD (create, read, update, and delete) its data with a React app.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published