A web-based application that allows users to post comments and reply to other users' comments in a nested manner. The system provides a platform for discussion and communication, allowing users to express their opinions and share their thoughts in a user-friendly and organized manner.
- Nested commenting structure, enabling users to reply to any comment, creating a nested discussion.
- Real-time updates, with comments appearing in real-time as they are posted.
- A clean and simple user interface, making it easy for users to post and reply to comments.
- Ability to edit and delete comments, giving users control over their posts
- Node.js v12 or higher
- XAMPP
- Clone the repository:
git clone https://github.com/AsselAlAssel/Nested-Comments-System
- Navigate to the client(application) folder:
cd client
- Install the dependencies:
npm install
- Navigate to the server folder:
cd server
- Install the dependencies:
npm install
- Start the server:
npm start
- Start the client:
npm start
- Access the application in your browser at
http://localhost:3000
Note: use username: Sally and password: 123ss for login to the system.