MLSAKIIT / devblogs-backend

DevBlogs : A blogging website made for developers by developers. This repository contains the backend for the project
MIT License
3 stars 13 forks source link

Set up request body validation on /create-blog route using Joi #5

Open dead8309 opened 6 days ago

dead8309 commented 6 days ago

Add request body validation on the /create-blog route using Joi. Validate required fields such as title, content, and tags before saving to the database.

Reference:

Pratik00019 commented 3 days ago

Hello @dead8309 Can you assign this issue to me?

Tony-ArtZ commented 3 days ago

Hello @dead8309 Can you assign this issue to me?

Assigned ! Happy Hacktoberfest!

Utkarsh-2005 commented 1 day ago

@Pratik00019 are you working on this issue?

Pratik00019 commented 21 hours ago

Yes @Utkarsh-2005 , I am working on it