Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 509 Bytes

File metadata and controls

7 lines (4 loc) · 509 Bytes

Project instructions

NestJS boilerplate supporting both relational (TypeORM/PostgreSQL) and document (Mongoose/MongoDB) persistence.

When adding entities, schemas, or properties

Use the generate skill (auto-loaded from .claude/skills/generate/SKILL.md). It documents the project's CLI generators (npm run generate:resource:*, npm run add:property:to-*) which keep both database variants, DTOs, modules, and migrations in sync. Do not hand-write entity files.