Generated by create-prisma with the Next.js template.
npm run dev- start local dev servernpm run build- production buildnpm run start- run production server
Prisma setup is scaffolded automatically in:
prisma/schema.prismaprisma/seed.tssrc/lib/prisma.tsprisma.config.tsprisma.compute.tssrc/generated/prisma
Database helper scripts are added to package.json:
db:generatedb:pushdb:migratedb:seed
The starter page in src/app/page.tsx reads from a basic User model so you can verify queries quickly, and prisma/seed.ts inserts starter users.