You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user, they should be able to access their profile page, where they can see details about their information and have the option to update information.
Backend:
-create get route to get to the page, send user object
-create post app to change their information through a form
Frontend:
-display all the data given from user object
-create button and form to allow user to update info
The text was updated successfully, but these errors were encountered:
As a user, they should be able to access their profile page, where they can see details about their information and have the option to update information.
Backend:
-create get route to get to the page, send user object
-create post app to change their information through a form
Frontend:
-display all the data given from user object
-create button and form to allow user to update info
The text was updated successfully, but these errors were encountered: