- Able to Add, Delete, Update Comment by UserId.
- Update and Delete specific comment can only done by same person added the comment
- Can have nested comments
- axios -> for handling api request
- clone this repo, in command line navigate to the cloned directory
- in the /src folder create
.env
and and add 1 env variable: REACT_APP_SERVER_URL=http://localhost:3001 - to start the client react app in the client folder run
npm start
the react app is on http://locahost:3000