Full Stack CRUD Application for Employee Management System built with Spring Boot , ReactJS and MySQL
Open STS Eclipse Application
Import "Employee Management System" as a Maven Project
Go to "application.properties" file which is located in src/main/resources
and change following parameters according to your requirements.
spring.datasource.username=<your mysql username>
spring.datasource.password=<your mysql password>
In MySQL, Create a database => ems
In STS, right click on Project "Employee Management System" => Run As => Spring Boot App
Your backend is now running
cd Full-Stack-EMS
cd FrontEnd
npm install
# Above command will download all dependencies for react application.
npm start
# After few seconds, default browser will open with running your FrontEnd.
This Project is licensed under the MIT License - see the LICENSE file for details