issues
search
AnnieRho7
/
mindful-vibes
0
stars
2
forks
source link
Implement CRUD for blog posts
#15
Open
AnnieRho7
opened
2 months ago
AnnieRho7
commented
2 months ago
Create, Read, Update, and Delete operations for blog posts.
AnnieRho7
commented
3 weeks ago
Create
: Users can create a new blog post with a title, content, and optional image.
Read
: Users can view all published blog posts and individual post details.
Update
: Users can edit existing blog posts, including changing the title, content, and image.
Delete
: Users can delete their own blog posts and receive confirmation of deletion.
Create, Read, Update, and Delete operations for blog posts.