DEV Community

sonu sharma
sonu sharma

Posted on

dev.to comment system

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.

Top comments (1)

Collapse
 
kallmanation profile image
Nathan Kallman

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.