Development
npm run devthnigs that i need:
frontend: (HOMEWORK)
- comment class
- show the comments
- fetch the comments
- send a comment
backend:
- a function that makes a commment
- a function that fetches the comment section
- stores the comments (NEXT CLASS)
- todo: store in database
comment class:
- name, comment, time, if its a reply like what id its replying to