Create a multi-tenancy application in Nest.js Description Build multi tenants app using Nest framework and microservices. Installation $ npm install Running the app # development $ npm run start ${serviceName} # watch mode $ npm run start:dev ${serviceName}