Skip to content

hseiinshamas/employee-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Employee Management System

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.

Features

  • 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.

Prerequisites

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.

Getting Started

Follow these steps to get the project up and running on your local machine:

  1. Clone the repository:

    https://github.com/hseiinshamas/employee-system.git
    
  2. Database Setup:

    -Create a PostgreSQL database for the application.

    -Update the database configuration in src/main/resources/application.properties.

Project Structure

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.

Usage

-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.

Contributing

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.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published