Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 773 Bytes

README.md

File metadata and controls

35 lines (26 loc) · 773 Bytes

Demo Video

Demo Video Link

Backend Link

Features

  • 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

Installation

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