Enable users to customize their profile (bio, avatar, links, etc.) and follow/unfollow other users.
This feature helps build community connections and personalization.
β
Tasks
π Acceptance Criteria
- Users can update their profile info (bio, avatar, website, location).
- Profiles display posts, followers, and following counts.
- Users can follow/unfollow others.
- Follow/unfollow instantly updates counts and button state.
- Only the profile owner can edit their own details.
Enable users to customize their profile (bio, avatar, links, etc.) and follow/unfollow other users.
This feature helps build community connections and personalization.
β Tasks
Database Integration
Usermodel with profile fields:bio,avatarUrl,website,location.Followmodel (many-to-many self relation between users).UI/UX
Backend / Fullstack Logic
Testing & QA
π Acceptance Criteria