An open API service indexing awesome lists of open source software.

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.

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.