Code Monkey home page Code Monkey logo

employee-system's Introduction

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.

employee-system's People

Contributors

hseiinshamas avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.