🌐
GitHub
github.com › mwanago › nestjs-prisma
GitHub - mwanago/nestjs-prisma · GitHub
Contribute to mwanago/nestjs-prisma development by creating an account on GitHub.
Starred by 74 users
Forked by 16 users
Languages   TypeScript 98.9% | JavaScript 1.1%
🌐
GitHub
github.com › notiz-dev › nestjs-prisma
GitHub - notiz-dev/nestjs-prisma: Easy Prisma support for your NestJS application · GitHub
Add PrismaModule to the imports ... PrismaService. import { Module } from '@nestjs/common'; import { PrismaModule } from 'nestjs-prisma'; @Module({ imports: [PrismaModule.forRoot()], }) export class AppModule {}...
Author   notiz-dev
🌐
GitHub
github.com › unlight › nestjs-graphql-prisma-realworld-example-app
GitHub - unlight/nestjs-graphql-prisma-realworld-example-app: Example real world application built with NestJS, Prisma and GraphQL · GitHub
Example real world application built with NestJS, Prisma and GraphQL - unlight/nestjs-graphql-prisma-realworld-example-app
Starred by 108 users
Forked by 26 users
Languages   TypeScript 95.6% | JavaScript 3.0% | Shell 1.2% | Dockerfile 0.2%
🌐
GitHub
github.com › Ismaestro › nestjs-example-app
GitHub - Ismaestro/nestjs-example-app: NestJS example app + Prisma + PostgreSQL · GitHub
Example app with NestJS + Prisma + Postgres 👏👏🎉🎉🎉🎉👏👏 Base project made with much ❤️. Contains CRUD, advanced patterns and much more!
Starred by 39 users
Forked by 13 users
Languages   TypeScript 84.8% | JavaScript 7.4% | Bru 6.7% | Dockerfile 1.1%
🌐
GitHub
github.com › notiz-dev › nestjs-prisma-starter
GitHub - notiz-dev/nestjs-prisma-starter: Starter template for NestJS 😻 includes GraphQL with Prisma Client, Passport-JWT authentication, Swagger Api and Docker
# for example docker build -t nest-prisma-server . After Docker build your docker image you are ready to start up a docker container running the nest server: docker run -d -t -p 3000:3000 --env-file .env nest-prisma-server · Now open up ...
Starred by 2.5K users
Forked by 366 users
Languages   TypeScript 96.7% | JavaScript 1.8% | Dockerfile 1.3% | Shell 0.2%
🌐
GitHub
github.com › prisma › blog-backend-rest-api-nestjs-prisma
GitHub - prisma/blog-backend-rest-api-nestjs-prisma: A simple backend REST API for a blog built using NestJS, Prisma, PostgreSQL and Swagger. · GitHub
A simple backend REST API for a blog built using NestJS, Prisma, PostgreSQL and Swagger. - prisma/blog-backend-rest-api-nestjs-prisma
Starred by 189 users
Forked by 45 users
Languages   TypeScript 93.6% | JavaScript 6.4%
🌐
GitHub
github.com › johannesschobel › nest-prisma-crud
GitHub - johannesschobel/nest-prisma-crud: Example on how to create a CRUD Service for Prisma · GitHub
The example was bootstrapped using the NestJS CLI command nest new rest-nestjs. ... curl https://codeload.github.com/prisma/prisma-examples/tar.gz/latest | tar -xz --strip=2 prisma-examples-latest/typescript/rest-nestjs
Starred by 25 users
Forked by 2 users
Languages   TypeScript 96.2% | JavaScript 3.8%
🌐
GitHub
github.com › topics › nestjs-prisma
nestjs-prisma · GitHub Topics · GitHub
@lootupteam/nestjs-prisma - is a library designed to simplify the integration of Prisma ORM into NestJS applications. It provides base classes, utilities, and extensions to make working with Prisma more convenient and type-safe.
🌐
GitHub
github.com › sabinadams › nestjs-prisma-module
GitHub - sabinadams/nestjs-prisma-module: A NestJS module that allows you use Prisma, set up multiple Prisma services, and use multi-tenancy in each Prisma service.
Below is an example of how to configure PrismaModule to handle multiple tenants: import { Module } from '@nestjs/common'; import { AppController } from './app.controller'; import { AppService } from './app.service'; import { PrismaClient } from ...
Starred by 52 users
Forked by 4 users
Languages   TypeScript 96.4% | JavaScript 3.6% | TypeScript 96.4% | JavaScript 3.6%
Find elsewhere
🌐
GitHub
gist.github.com › EdouardDem › 5aa7ed56117aed79f43914583474d4ae
nestjs-prisma-example-tutorial · GitHub
To initialize Prisma, execute the following command in your terminal: ... In this step, you'll create a PostgreSQL database. We'll use Docker to run a PostgreSQL container. If you already have a PostgreSQL database installed on your computer, feel free to skip this step. Execute the following command in your terminal to create a PostgreSQL container: docker run --name nestjs-prisma-demo -e POSTGRES_PASSWORD=passwd -e POSTGRES_USER=user -e POSTGRES_DB=demo -p 5432:5432 -d postgres
🌐
GitHub
github.com › prisma › prisma-examples
GitHub - prisma/prisma-examples: 🚀 Ready-to-run Prisma example projects
Better Auth Starter: Better Auth Starter with Next.js and Prisma · Indie Stack: Remix Stack for deploying to Fly with SQLite, authentication, testing, linting, and formatting. Blues Stack: Remix Stack for deploying to Fly with PostgreSQL, authentication, testing, linting, and formatting. NestJS Prisma Starter: NestJS, Prisma, and authentication starter template.
Author   prisma
🌐
GitHub
github.com › sbrannstrom › nestjs-starter
GitHub - sbrannstrom/nestjs-starter: NestJS with Prisma starter template. · GitHub
NestJS with Prisma starter template. Contribute to sbrannstrom/nestjs-starter development by creating an account on GitHub.
Author   sbrannstrom
🌐
GitHub
github.com › gabriel-roque › nestjs-graphql-prisma
GitHub - gabriel-roque/nestjs-graphql-prisma: 🏗️ Example project with NestJS, GraphQL and Prisma (Auth, Email and Storage features)
🏗️ Example project with NestJS, GraphQL and Prisma (Auth, Email and Storage features) - gabriel-roque/nestjs-graphql-prisma
Author   gabriel-roque
🌐
GitHub
github.com › notiz-dev › nestjs-prisma-starter › blob › main › .env.example
nestjs-prisma-starter/.env.example at main · notiz-dev/nestjs-prisma-starter
Starter template for NestJS 😻 includes GraphQL with Prisma Client, Passport-JWT authentication, Swagger Api and Docker - nestjs-prisma-starter/.env.example at main · notiz-dev/nestjs-prisma-starter
Author   notiz-dev
🌐
nestjs-prisma
nestjs-prisma.dev › docs › examples
Examples - nestjs-prisma
nestjs-prisma-starter NestJS app with GraphQL, JWT authentication, REST API w/ Swagger and Docker · Previous · ← Custom Prisma Service · Edit this page on GitHub
🌐
Kepelrs
kepelrs.github.io › nestjs-prisma-crud › getting-started
Getting Started | nestjs-prisma-crud
datasource db { provider = "sqlite" url = "file:./dev.db"} generator client { provider = "prisma-client-js"} model Post { id String @id content String}Copy ... import { Injectable, OnModuleInit, OnModuleDestroy } from '@nestjs/common';import { PrismaClient } from '@prisma/client'; @Injectable()export class PrismaService extends PrismaClient implements OnModuleInit, OnModuleDestroy { async onModuleInit() { await this.$connect(); } async onModuleDestroy() { await this.$disconnect(); }}Copy
🌐
GitHub
github.com › 7codeRO › nest-prisma-rest-api-boilerplate
GitHub - 7codeRO/nest-prisma-rest-api-boilerplate: Nest + Prisma + TypeScript | REST API Starter repository · GitHub
Add API Throttling - https://docs.nestjs.com/security/rate-limiting · ... $ npm install · # development $ npm run start # watch mode $ npm run start:dev # production mode $ npm run start:prod · # unit tests $ npm run test # e2e tests $ npm run test:e2e # test coverage $ npm run test:cov · # IDE for your database $ npx prisma studio # run migrations (apply schema changes) $ npx prisma migrate dev # run migrations on CI/CD $ npx prisma migrate deploy # apply db schema changes to the prisma client $ npx prisma generate ·
Starred by 100 users
Forked by 27 users
Languages   TypeScript 97.1% | JavaScript 2.9%
🌐
GitHub
github.com › lujakob › nestjs-realworld-example-app
GitHub - lujakob/nestjs-realworld-example-app: Exemplary real world backend API built with NestJS + TypeORM / Prisma · GitHub
Exemplary real world backend API built with NestJS + TypeORM / Prisma - lujakob/nestjs-realworld-example-app
Starred by 3.4K users
Forked by 724 users
Languages   TypeScript 98.6% | Shell 1.3% | JavaScript 0.1%
🌐
nestjs-prisma
nestjs-prisma.dev
nestjs-prisma
Easy Prisma support for your NestJS application. Get started · Star on GitHub · NestJS · Prisma · nestjs-prisma makes PrismaClient available for NestJS dependency injection. nestjs-prisma provides Prisma exeception filter and logging middleware.
🌐
GitHub
github.com › tienduy-nguyen › nestjs-graphql-prisma
GitHub - tduyng/nestjs-graphql-prisma: Boilerplate backend NestJS GraphQL project using Prisma 2 & PostgreSQL
June 24, 2021 - Example backend NestJS - GraphQL project using Prisma 2 & PostgreSQL
Starred by 40 users
Forked by 12 users
Languages   TypeScript 98.5% | TypeScript 98.5%