Explore a live preview of the project here.
{
"_id": "string",
"nom": "string",
"email": "string",
"password": "string",
"confirmPassword": "string",
"adresse": "string",
"active": true,
"role": "string",
"socials": {
"linkedin": "string",
"website": "string",
"github": "string",
"bio": "string"
},
"wishlist": [
"string"
],
"profilePic": "string",
"resetPasswordToken": "string",
"resetPasswordExpiresAt": "string"
}