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