Skip to content

A CRUD app to update employee information using React framework for front end, SpringBoot framework for back end, and PostgreSQL for database management

Notifications You must be signed in to change notification settings

gerardcastill/employee-management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 

Repository files navigation

Employee Management CRUD App

The Employee Management CRUD App is a simple starter project designed to demonstrate CRUD (Create, Read, Update, Delete) operations for managing employee information. It utilizes the React framework for the frontend, Spring Boot framework for the backend, and PostgreSQL for database management.

Features

  • Create: Add new employee records to the database with relevant details such as name, email, position, etc.
  • Read: View the list of existing employee records along with their details.
  • Update: Modify employee information such as name, email, position, etc.
  • Delete: Remove employee records from the database.

Technologies Used

  • Frontend Framework: React.js for building the user interface and managing frontend logic.
  • Backend Framework: Spring Boot for developing RESTful APIs and handling backend operations.
  • Database: PostgreSQL for storing employee information and managing data persistence.

About

A CRUD app to update employee information using React framework for front end, SpringBoot framework for back end, and PostgreSQL for database management

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published