darenc9 / FitFuture

https://fit-future.vercel.app
0 stars 0 forks source link

Create the /Profile Route #13

Closed andrew-sequeira closed 3 months ago

andrew-sequeira commented 4 months ago

User Story As a user, I would like to view my profile information so that I can update it, and have a personalized experience with my fitness journey.

Description The User Profile Route involves designing and implementing the API route to handle requests related to users profile. This includes defining the endpoint structure and implementing the logic to retrieve user information from the database and return it in a structured format.

Acceptance Criteria

Testing

andrew-sequeira commented 4 months ago

Note: Validation for things like missing input or incorrect format (like number expected but characters are entered) should be done on the UI side

mfunkel commented 3 months ago

NOTE: authorization tasks are not completed yet, and will be moved forward to the sprint that implements authorization functionality