User Management
- User registration (signup) with JWT authentication 1
- User login 1
- Profile update: username, bio, avatar 1
- Follow/unfollow users 1
- View followers/following lists 1
- Change password 1
Posts
- Posts (text + image + video) 1
- news feed (pagination later)
- Following: only posts the user follows
- For you: remaining posts
- own post (profile) 1
Comments
- Add comments to posts 1
- edit comment 1
- Delete comments 1
- List comments for a post 1
Likes
- Like/unlike posts 1
- Count likes per post 1
Search