Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 310 Bytes

NOTES.md

File metadata and controls

11 lines (8 loc) · 310 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