# typegraphql-prisma-nestjs-example **Repository Path**: mirrors_codejamninja/typegraphql-prisma-nestjs-example ## Basic Information - **Project Name**: typegraphql-prisma-nestjs-example - **Description**: Example use NestJS + Prisma2 + Typegraphql - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-09-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # typegraphql-prisma-nestjs-example Example use NestJS + Prisma2 + Typegraphql ## Install ``` git clone https://github.com/EndyKaufman/typegraphql-prisma-nestjs-example.git cd typegraphql-prisma-nestjs npm i ``` ## Run ``` npm run start ``` ## Open browser http://localhost:3000/graphql - graphql gui https://endykaufman-typegraphql-prisma-nestjs-example.glitch.me/graphql - online graphql gui ## Links https://github.com/nestjs/nest/tree/master/sample/23-type-graphql https://github.com/prisma/prisma2/blob/master/docs/getting-started/quickstart-existing-project.md https://github.com/MichalLytek/type-graphql https://github.com/EndyKaufman/typegraphql-prisma-nestjs