Skip to content

CodeStorm-Hub/frahman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

my-app

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.

Releases

No releases published

Packages

 
 
 

Contributors

Languages