Hashnode / mern-starter

⛔️ DEPRECATED - Boilerplate for getting started with MERN stack
MIT License
5.15k stars 1.18k forks source link

Feature/dbaranoff/add posts comments feature #427

Open dbaranoff opened 4 years ago

dbaranoff commented 4 years ago

Comments feature implemented. Users are able to see the comments underneath the posts as well as being able to create, add, edit, delete comments.

Added the Comment module to the frontend side. Created Comment model, routes and controller on the backend side. React core packages updated to the latest versions. Formik package installed to handle forms.