- Secure Login & Register
- Users can create blogs
- Users can comment on blogs
- Users can reply to comment
- Deletion of comment
- Maximum 5 reply allow
- Maximum comment reply tree of root comment can be at max 50
[V2]
- Education Blog section
- Users can create Educational blog
- Discussion Platform
To run this application locally, follow these steps:
# Clone the repository
git clone https://github.com/anuragdw710/codeblog
# Navigate to the project directory
cd codeblog
# Install dependencies
npm install
# Run the application
npm start