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.
- User Management: Create, read, update, and delete tasks.
- Validation: Ensure accurate and valid data entries.
- Search: Seach by Name functionality
Here are some screenshots of the application:
GET /users
: Retrieve all usersPOST /users
: Create a new userPUT /users/{id}
: Update an existing userDELETE /users/{id}
: Delete a user