Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 511 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 511 Bytes

Test NextJs + tRPC + Prisma

Run the following commands to get started:

  • npm install
  • npx prisma migrate dev
  • npm run dev

Prisma

  • npx prisma generate - Generate Prisma client
  • npx prisma studio - Open Prisma Studio
  • npx prisma migrate dev - Run migrations from schema

What using