Skip to content

angadthandi/fb-comment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fb-comment (OOD)

Entities:

  • Post
  • Comment
  • User

Classes:

Post

  • PostID INT
  • Comments Comment[]

Comment

  • CommentID INT
  • ParentID INT
  • PostID INT
  • UserID INT
  • Desc STRING
  • Comments Comment[]

User

  • UserID INT
  • Name STRING

Test FbComment Flow:

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages