Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lucassmonn/nestjs-tenant-app-base

A Base to create a multi-tenant app in NestJS
https://github.com/lucassmonn/nestjs-tenant-app-base

api mongodb multi-tenant nestjs tenant typescript

Last synced: 26 days ago
JSON representation

A Base to create a multi-tenant app in NestJS

Awesome Lists containing this project

README

        

# NestJS Multitenant App Base

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

## Installation

```bash
$ npm install
```

## Running the app

```bash
# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod
```