Skip to content

Repository files navigation

participate

Generated by create-prisma with the Next.js template.

Scripts

  • npm run dev - start local dev server
  • npm run build - production build
  • npm run start - run production server

Prisma

Prisma setup is scaffolded automatically in:

  • prisma/schema.prisma
  • prisma/seed.ts
  • src/lib/prisma.ts
  • prisma.config.ts
  • prisma.compute.ts
  • src/generated/prisma

Database helper scripts are added to package.json:

  • db:generate
  • db:push
  • db:migrate
  • db: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.

About

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages