chandrashekharNitor / Instagram_backend

0 stars 1 forks source link

user profile #6

Open hrishix6 opened 3 months ago

hrishix6 commented 3 months ago

create a user module with router, controller

GET /user/:id - this route should return user's profile information in response.

PATCH /user/:id - this route should accept a form data that updates user's profile such as, first name, last name, birth date , bio , phone number , profile picture.