/prismatic

Nest + Prisma example

Primary LanguageTypeScript

Prismatic

A NestJS Prisma example.

You can reproduce this by following Nest's official documentation https://docs.nestjs.com/recipes/prisma.

Create and run a migration on development

npx prisma migrate dev --name init

Seeding the database

npx prisma db seed --preview-feature