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
Description
Implement a system where users can follow/unfollow each other. Store relationships in the database (PostgreSQL or MongoDB). Provide APIs to: Follow/unfollow a user. Fetch a user’s followers and following list. Get recommended users to follow (based on mutual connections or activity). Show activity feed from followed users.
The text was updated successfully, but these errors were encountered:
Description
Implement a system where users can follow/unfollow each other. Store relationships in the database (PostgreSQL or MongoDB). Provide APIs to: Follow/unfollow a user. Fetch a user’s followers and following list. Get recommended users to follow (based on mutual connections or activity). Show activity feed from followed users.
The text was updated successfully, but these errors were encountered: