IgenRahul / backend-nodejs-capstone

Apache License 2.0
0 stars 0 forks source link

Implement User Profile backend service API #9

Closed IgenRahul closed 3 months ago

IgenRahul commented 3 months ago

As a user I need to manage my profile using the backend service API So that I can update my personal information and preferences

Details and Assumptions

* User profile endpoint and data schema are defined.
* Authentication and authorization are handled.

Acceptance Criteria

gherkin
Given the user profile endpoint is available,
When a user updates their profile information,
Then the API should save the changes and return the updated profile data.
IgenRahul commented 3 months ago

done