Build a Multi-Tenant app with NodeJS and Prisma - Multiple Database Connections

Опубликовано: 16 Март 2025
на канале: Scalable Scripts
5,249
116

In this video we will build a simple Multi-Tenant app with NodeJS and Prisma. Multi-Tenant apps are apps that have different clients using a different subdomain of your website, they have their own database and they don't share it with other clients. In this app, we will show a simple example on how to connect to different databases when the URL changes.

Source Code: https://github.com/scalablescripts/mu...

If you want an AI tool to create diagrams fast check DiagramGPT: https://www.eraser.io/diagramgpt

Check our website: https://scalablescripts.com

Timestamps:
00:00 Intro
01:10 Multi-Tenant Diagram
10:55 NodeJS with Prisma

#multitenant #nodejs #prisma