I am trying to develop application like dev.to for learning purpose. I need help developing comment system like dev.to, how is the model going to be for comment system? How are crud operations going to look like? Tech Stack includes python and mongoDB.
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (1)
The good thing is, you can look at the actual code that dev.to uses to implement its comment system: github.com/forem/forem
Looking at the comments model(s) on DEV should give you some inspiration/a place to start.
Some comments may only be visible to logged-in visitors. Sign in to view all comments.