Employee Management App using React as Frontend and Spring-Boot as backend with Mysql database.
Step 1 - Create database in mysql as "emp_management"
Step 2 - Open SpringBoot folder and configure the application.properties file to add the username and passoword of the user of mysql server
Step 3 - Run the SpringBoot folder as the spring boot app using Eclipse STS , which will run at port 8080 by default
Step 4 - Open the emp-mangement-crud-app folder and use npm start command and application starts
Images -