Skip to content

Comment system created to post a comment, reply to the comment and search for a comment/reply.

Notifications You must be signed in to change notification settings

abhii30/Comment-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Comment-System

Comment System is a portal where you can add comments, reply to comments and search for any comments.

Work Flow

Frontend

  • React.JS has been used to serve the frontend for the portal which runs on http://localhost:3000/
  • create-react-app has been used for initialising the react app
  • axios is used to send requests to backend over proxy server

Backend

  • 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
  • MongoDB has been used as database to store the details of comments

Screenshots

S1 S2

Installing

Clone the repository

git clone https://github.com/abhii30/Comment-System.git Comment

Change directory to /Comment

cd Comment

Install dependencies for backend and frontend

npm run build

Or you can start the server and client separately For client

cd client

npm start

For server

cd server

npm start

Author

  • Abhishek Kumar

About

Comment system created to post a comment, reply to the comment and search for a comment/reply.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published