https://github.com/berlinbruno/employee-management-system
The EMS (Employee Management System) Project is a Spring Boot application with a MySQL database and React frontend. It offers efficient management of employee data, including adding, editing, and deleting records.
https://github.com/berlinbruno/employee-management-system
mysql reactjs spring-boot
Last synced: 3 months ago
JSON representation
The EMS (Employee Management System) Project is a Spring Boot application with a MySQL database and React frontend. It offers efficient management of employee data, including adding, editing, and deleting records.
- Host: GitHub
- URL: https://github.com/berlinbruno/employee-management-system
- Owner: berlinbruno
- Created: 2023-12-29T15:46:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-09T15:24:45.000Z (about 1 year ago)
- Last Synced: 2025-01-12T20:30:18.777Z (5 months ago)
- Topics: mysql, reactjs, spring-boot
- Language: JavaScript
- Homepage:
- Size: 249 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EMS Project
The EMS (Employee Management System) Project is a comprehensive solution built using Spring Boot, MySQL, and React. It provides efficient management of employee data, facilitating tasks such as adding, editing, and deleting employee records.
## Key Features
- **Employee Management:** Add, edit, and delete employee records with ease.
- **Dashboard:** Interactive dashboard for visualizing employee statistics and performance.## Technologies Used
- **Spring Boot:** Framework for building Java-based enterprise applications.
- **MySQL:** Relational database management system for storing employee data.
- **React:** JavaScript library for building interactive user interfaces.## How to Run
1. **Clone Repository:** Clone the project repository to your local machine.
2. **Set Up MySQL Database:** Create a MySQL database and configure the application properties with database credentials.
3. **Start Spring Boot Backend:** Run the Spring Boot application to start the backend server.
4. **Start React Frontend:** Navigate to the `frontend` directory and run `npm start` to start the React frontend.
5. **Access the Application:** Open your browser and navigate to `http://localhost:3000` to access the EMS application.## License
Feel free to use this project as you wish. No restrictions apply.