Skip to content

lucassmonn/nestjs-tenant-app-base

Repository files navigation

NestJS Multitenant App Base

A simple API in nestjs to create a multi-tenant application

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Releases

No releases published

Packages

No packages published