Skip to content

prasenjitb1234/employee-fullstack-project-crud

Repository files navigation

Simple CRUD - Rest api springboot + react project - to revise concepts .

Overview

This project was built to learn and practice CRUD operations, REST API development, and React. It uses Spring Boot for the backend, SQL for the database, React for the frontend, and Postman for API testing.

Features

  • User Management: Create, read, update, and delete tasks.
  • Validation: Ensure accurate and valid data entries.
  • Search: Seach by Name functionality

Images

Here are some screenshots of the application:

Home

API Endpoints

  • GET /users: Retrieve all users
  • POST /users: Create a new user
  • PUT /users/{id}: Update an existing user
  • DELETE /users/{id}: Delete a user

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published