Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prasenjitb1234/employee-fullstack-project-crud
https://github.com/prasenjitb1234/employee-fullstack-project-crud
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/prasenjitb1234/employee-fullstack-project-crud
- Owner: prasenjitb1234
- Created: 2024-08-03T17:41:06.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-03T18:15:39.000Z (5 months ago)
- Last Synced: 2024-11-09T17:12:11.707Z (2 months ago)
- Language: JavaScript
- Size: 285 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:
## 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