bounswe / bounswe2022group4

6 stars 3 forks source link

Backend: Create and API for Profile Page #367

Closed MercerFrey closed 1 year ago

MercerFrey commented 1 year ago

The Profile Page should have "GET" and "PUT" operations. Users should be able to view and edit their profile page (Requirements 1.1.2.2). Also, a user should be able to view other profile pages.

MercerFrey commented 1 year ago

373 This pull request handles the GET request for the profile page endpoint.

MercerFrey commented 1 year ago

389 This pull request handles the PUT request which edits the profile page.