mern-starter
mern-starter copied to clipboard
Feature/dbaranoff/add posts comments feature
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.