Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/angadthandi/fb-comment


https://github.com/angadthandi/fb-comment

object-oriented ood

Last synced: about 3 hours ago
JSON representation

Awesome Lists containing this project

README

        

# 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: