Blog App Schema

The Blog App Schema is a comprehensive schema for a blogging platform. It includes support for MongoDB, PostgreSQL, and MySQL databases with features like posts, categories, comments, and likes.

Database Support

Installation all schemas

npx servercn-cli add schema blog-app

Installation individual schema

If you install schema individually, the relationships between them won't be automatic—you'll need to implement them manually.

npx servercn-cli add schema blog-app/user
npx servercn-cli add schema blog-app/post
npx servercn-cli add schema blog-app/category
npx servercn-cli add schema blog-app/comment
npx servercn-cli add schema blog-app/post-like
npx servercn-cli add schema blog-app/comment-like

Learn more

Installation

npx servercn-cli add sc blog-app