A full-featured blog platform plugin for the Bloggrs API system. This plugin provides functionality for managing blog posts, authors, categories, tags, and comments.
- Blog post management with support for drafts and published content
- Author profiles and management
- Category and tag organization
- Comment system with moderation
- Featured posts functionality
- View count tracking
- SEO-friendly slugs
- Cover image support
- Rich text content
- Ensure you have the required dependencies:
npm install @prisma/client- Set up your database configuration in
.env:
DATABASE_URL="mysql://my_user:my_password@localhost:3306/bloggrs_blog_platform_plugin"- Generate Prisma client:
npx prisma generate- Run migrations:
npx prisma migrate dev