Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/angadthandi/fb-comment
https://github.com/angadthandi/fb-comment
object-oriented ood
Last synced: about 3 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/angadthandi/fb-comment
- Owner: angadthandi
- Created: 2021-02-27T22:20:33.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-02T04:51:03.000Z (almost 4 years ago)
- Last Synced: 2024-11-20T21:45:19.589Z (2 months ago)
- Topics: object-oriented, ood
- Language: Go
- Homepage:
- Size: 124 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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: