Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lucassmonn/nestjs-tenant-app-base
- Owner: lucassmonn
- Created: 2023-01-09T22:34:22.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-09T22:40:03.000Z (about 2 years ago)
- Last Synced: 2024-11-09T11:40:13.801Z (3 months ago)
- Topics: api, mongodb, multi-tenant, nestjs, tenant, typescript
- Language: TypeScript
- Homepage:
- Size: 186 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```