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
backend Practice Project where performed a crud operations . basically create ,read , update , delete using node (express) .where user can like particular post can comment .
Bassically there are Three models . 1. comment model
2. Like Model
3. post model
User can like the particular comment or particular post .
where This is just includes the backend part.
About
backend Practice Project where performed a crud operations . basically create ,read , update , delete using node (express) .where user can like particular post can comment .