mrepol742/secondchance-backend-nodejs-capstone

Implement User Profile backend service API

Opened this issue · 0 comments

As a back-end developer
I need implement the User Profile API
So that the user can edit their profile

Details and Assumptions

* [document what you know]

Acceptance Criteria

gherkin
Given the user click the edit button and
When user edited their profile and submit
Then it should send a post to the backend API that save the user changes.