Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 315 Bytes

notes.md

File metadata and controls

15 lines (8 loc) · 315 Bytes

dependencies

yarn add @prisma/client fastify fastify-zod zod zod-to-json-schema fastify-jwt fastify-swagger

devDependencies

yarn add ts-node-dev typescript @types/node --dev

Initialise prisma

npx prisma init --datasource-provider postgresql

Migrate the schema

npx prisma migrate dev --name init