Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/prasenjitb1234/employee-fullstack-project-crud


https://github.com/prasenjitb1234/employee-fullstack-project-crud

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

# 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