- Nest.js Graphql
- BullMQ
- EventStoreDB
- Prisma
- npm run dev (swc ts-node)
- npm run devw (webpack ts-loader)
- npm run devw -- --env inspect
- http://localhost:2113/web/index.html#/streams
- http://localhost:3000/graphql
- http://localhost:3000/queues
- match errors
- viewRepository under read/write service
- something with recipe service
- names of services
- recipe service
- recipe view repository
- recipe aggregate repository
- recipe projection service
- recipe model service
- recipe read service
- recipe write service
- recipe find service
- Unique keys with multiple null values not possible prisma/prisma#11558