oguzhanural / secondChance-backend

The SecondChance application connects users who wish to give away household item they no longer need.
Apache License 2.0
0 stars 0 forks source link

Implement User Profile backend service API #9

Open oguzhanural opened 3 months ago

oguzhanural commented 3 months ago

As a backend developer I need to Implement User Profile backend service API So that users can view and update their profile information on the platform

Details and Assumptions

* The API should allow users to view their profile information such as name, email, and contact details.
* The API should allow users to update their profile information.
* The API should ensure that updates are validated and securely stored.
* The API should provide endpoints for retrieving and updating profile data.
* Proper error handling and responses should be implemented.

Acceptance Criteria

Given the requirements for the User Profile backend service API
When I implement the API
Then the API should allow users to retrieve their profile information
And the API should allow users to update their profile information
And the API should ensure data validation and secure storage
And the API should provide proper error handling and responses