Skip to content
/ nestjs-starter Public template

nestjs starter template with prisma, scalar

License

Notifications You must be signed in to change notification settings

IceyWu/nestjs-starter

Repository files navigation

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

Description 🌈

Nest framework stater with prisma redis,swagger and scalar .

Features 🦄

  • ⚡️ Nest, pnpm

  • 🎨 Prisma - safe and modern JavaScript/TypeScript ORM for Node.js that's tailored to your data. Supports PostgreSQL, CockroachDB, MySQL, MariaDB, SQL Server, SQLite & MongoDB databases.

  • 😃 Ridis

  • 📥 API references with swagger and scalar - generate beautiful API references from OpenAPI specs

Start the app

$ pnpm install

# 生成迁移文件(数据库初始化)
$ npx prisma migrate dev

# development
$ pnpm dev

Module Create 🫧

nest g res [module name] --no-spec

Schema init 🫧