Im trying to build a website where people can post messages, and other people can comment on it
I have set up an express website with Node. Made it so people can add new posts.
Checked google for tutorials and found alot of "How to make a blog in express" tutorials on Medium; but i'd love to read tutorial where they also show how to add comments.
My request is; could someone point me towards a tutorial that shows me how to make this?