DEV Community

sonu sharma
sonu sharma

Posted on

4

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.

Billboard image

Create up to 10 Postgres Databases on Neon's free plan.

If you're starting a new project, Neon has got your databases covered. No credit cards. No trials. No getting in your way.

Try Neon for Free →

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay