Please enable JavaScript.
Coggle requires JavaScript to display documents.
APIS, Backend - Coggle Diagram
APIS
Posts
DeletePost :lock: :check:
Add post :lock: :check:
Like-unlike post
Get Post by id :check:
Get All Post of Users : :check:
Edit Post Captions :lock: :check:
Profile :check:
Login :check:
Edit --> name, username, bio, profilePicture :lock: :check:
Register/SignUp :check:
Change Password
Search user (by username or email) :check:
Connections :check:
getAllFollwers :check:
getAllFollowing :check:
toggleFollow (follow/unfollow) :lock: :check:
getFollowesAndFollowersCount
getFollowingStatus
Backend
Tables
Profie :check:
Encrypted :check:
Passwod (virtual) :check:
saving Plain :check:
Email - compulsory :check:
Username -compusoly :check:
Name :check:
Bio :check:
Profile Image :check:
Posts :check:
Image (b64 string) :check:
Captions :check:
LikedBy :check:
PostedBy :check:
Connections :check:
Follwers :check:
Followee :check: