NestJS app with nestjs-prisma and prisma-field-encryption
Adjust prisma/schema.prisma and perform a migration:
npx prisma migrate devSeed the example database:
npx prisma db seedStart the Nest app and open localhost:3000.
npm i
npm run start:devOpen users page endpoint localhost:3000/page.