This Employee Management System is a web application built with Spring Boot for the API, React for the frontend, and PostgreSQL as the database. It allows you to manage employee records by performing CRUD (Create, Read, Update, Delete) operations. You can add new employees, update their information, delete records, and view the existing employee data.
- Add new employees with details such as name, email, etc.
- Update existing employee records.
- Delete employee records.
- View a list of all employees with their details.
Before you begin, ensure you have met the following requirements:
- Java Development Kit (JDK): Make sure you have Java 8 or higher installed.
- Node.js and npm: You'll need Node.js (v14 or higher) and npm to run the React frontend.
- PostgreSQL: Install and set up PostgreSQL as your database.
Follow these steps to get the project up and running on your local machine:
-
Clone the repository:
https://github.com/hseiinshamas/employee-system.git
-
Database Setup:
-Create a PostgreSQL database for the application.
-Update the database configuration in src/main/resources/application.properties.
The project structure is organized as follows:
-employee-system-api: Contains the Spring Boot application. -employee-system-ui: Contains the React frontend code. -database: Contains SQL scripts for database setup.
-Visit http://localhost:3000 in your web browser to access the Employee System. -Use the web interface to add, update, delete, or view employee records.
Contributions are welcome! If you'd like to contribute to this project, please follow the standard GitHub flow:
-Fork the repository.
-Create a new branch with a meaningful name.
-Make your changes and commit them.
-Push your branch to your forked repository.
-Open a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.