View as Json

Blog App Schema

Production-ready Blog schemas with support for MongoDB, PostgreSQL, and MySQL databases.

Database Support

Installation all schemas

npx servercn-cli@latest 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@latest add schema blog-app/user
npx servercn-cli@latest add schema blog-app/post
npx servercn-cli@latest add schema blog-app/category
npx servercn-cli@latest add schema blog-app/comment
npx servercn-cli@latest add schema blog-app/post-like
npx servercn-cli@latest add schema blog-app/comment-like

Learn more

File & Folder Structure

......

Installation

npx servercn-cli@latest add sc blog-app