For the complete documentation index, see llms.txt. This page is also available as Markdown.

NOTES

yarn global add @nestjs/cli

nest new api-v2
yarn add prisma
yarn prisma init

# removed .git


# after each schema.prisma update
yarn prisma generate

Last updated

Was this helpful?