Skip to content

A Full Stack CRUD Application for Employees Management System built with Spring Boot, ReactJS and MySQL

License

Notifications You must be signed in to change notification settings

rohitkbc/Full-Stack-EMS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

📌 About :

Full Stack CRUD Application for Employee Management System built with Spring Boot , ReactJS and MySQL

📸 Preview

Animation

👇 Prerequisites :

Please make sure you have installed following tools before contributing or using this project:

1. Java 11

2. Git

3. NodeJS

4. MySQL

5. STS IDE ✏️

🛠️ Installation Steps :

Download / Clone Repository

🗄️ FOR BackEnd

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

💻 FOR FrontEnd

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.    

👇 Read This

Contribution is always welcome 😊

Feel free to use, edit ✏️

🛡️ License

This Project is licensed under the MIT License - see the LICENSE file for details

About

A Full Stack CRUD Application for Employees Management System built with Spring Boot, ReactJS and MySQL

Topics

Resources

License

Stars

Watchers

Forks