ayush-that / FinVeda

A dynamic financial literacy app with Arthsathi AI chatbot, finance blogs, market trends, SIP calculator, and a quiz for effortless finance learning.
https://fin-veda.vercel.app/
GNU General Public License v3.0
79 stars 179 forks source link

Add Commenting System for Blog Posts #419

Open Shreyasaraf01 opened 3 weeks ago

Shreyasaraf01 commented 3 weeks ago

Description: Develop a feature that enables users to comment on blog posts within the FinVeda platform.

Requirements:

Front-End: Build UI components to display comments and a form for new comment submissions. Utilize React (or another front-end framework). Ensure the design is responsive for both mobile and desktop users.

Back-End: Develop API endpoints for adding (POST /comments) and retrieving comments (GET /comments/:postId). Use Node.js and Express.js for server-side development. Implement secure authentication and authorization (e.g., using Passport.js or JWT).

Database: Create a schema to store comments with references to users and blog posts using MongoDB (or another database).

github-actions[bot] commented 3 weeks ago

Hi there! Thanks for opening this issue. We appreciate your contribution to this open-source project. We aim to respond or assign your issue as soon as possible.

Agarwalvidu commented 3 weeks ago

Update? @Shreyasaraf01