A simple comment box that supports gravatrs. The app includes a server and a client. The server is built on Nodejs and Express using Mongodb as the persistence layer and the client is built on React.
git clone https://github.com/oronsh/comment-box.git
cd comment-box
npm install
npm start
The app is configured to run on port 3000 and create a default collection named "comments-app". You can modify it in the config.js file.