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