Skip to content

Conversation

@Kocannn
Copy link
Collaborator

@Kocannn Kocannn commented Jul 7, 2025

add api crud for blog posts
fixing some error migration file

Kocannn added 2 commits July 7, 2025 15:40
- Add `seed:status` command to show the status of goose seed migrations.
- Add `seed:reset` command to reset all seeders (down + up).
- Update `migrateFresh` to use goose seeder table for seed migrations.
- Improve error handling and argument validation in seeder commands.
- Implement BlogPostHandler and BlogPostUsecase for blog post CRUD.
- Add repository logic for blog_posts, authors, and blog_post_tags
tables.
- Register HTTP routes for creating, reading, updating, and deleting
blogs.
- Add migration for blog_posts, blog_post_tags, and authors tables.
- Ensure author and tags are handled in blog post creation and update.
- Support fetching blog post details with author and tags included.
@AfandyW AfandyW merged commit 3c55fb1 into development Jul 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants