The backend of a full stack mern application where users can post, read, edit and delete blogs and eventually grow a community

3 Open Issues Need Help Last updated: Aug 1, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Implement input validation and sanitization for a MERN stack blog application's backend using Joi. This involves creating validation schemas for user authentication, blog posts, and comments, integrating these schemas into existing routes using middleware, and handling validation errors consistently. XSS protection is also required.

Complexity: 4/5
enhancement good first issue security

The backend of a full stack mern application where users can post, read, edit and delete blogs and eventually grow a community

JavaScript

AI Summary: Implement email functionality for a MERN stack blog application. This includes sending welcome emails upon registration and enabling password reset functionality via email. The task requires integrating an email service (like Resend), creating new API endpoints for password reset, and modifying the existing user registration controller to send welcome emails. HTML email templates should be used for a better user experience.

Complexity: 4/5
enhancement good first issue security

The backend of a full stack mern application where users can post, read, edit and delete blogs and eventually grow a community

JavaScript

AI Summary: Implement password security requirements for a MERN stack blog application's backend using the `joi-password-complexity` library with Joi. This involves enforcing password strength, adding complexity validation, implementing secure password policies, and providing clear feedback to the user on password requirements.

Complexity: 3/5
enhancement good first issue

The backend of a full stack mern application where users can post, read, edit and delete blogs and eventually grow a community

JavaScript