Comment System is a portal where you can add threads, reply to threads and search for any keyword.
- Node.JS has been used to serve backend which will run on
http://localhost:3001/ - API for viewing all threads and comments, add new comment, search for any keyword
MongoDBhas been used as database to store the details of comments- MongoDB URI has been exposed for the smooth working, and security purpose has been kept in mind
- React.JS has been used to serve the frontend for the portal which runs on
http://localhost:3000/ create-react-apphas been used for initialising the react appaxiosis used to send requests to backend over proxy server
Clone the repository
git clone https://github.com/maasoomraj/Comment-System.git Comment
Change directory to /Comment
cd Comment
Install dependencies for backend and frontend
npm run build
Start the server and client simultaneously
npm run start
Or you can start the server and client separately
npm run start-server
npm run start-client
You can view the API Documentation by going to
http://localhost:3001/swagger
- Masoom Raj
This project has been done during two days internship at Diverta Inc.

