Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 304 Bytes

File metadata and controls

9 lines (7 loc) · 304 Bytes

CRUD_IN_BlogApp


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.