Banking App Schema

The Banking App Schema is a beginner-friendly schema for a banking application. It includes support for MongoDB, PostgreSQL, and MySQL databases.

Database Support

Installation all schemas

npx servercn-cli add schema banking-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 banking-app/user
npx servercn-cli add schema banking-app/account
npx servercn-cli add schema banking-app/transaction
npx servercn-cli add schema banking-app/ledger

Learn more

Installation

npx servercn-cli add sc banking-app