Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.59 KB

README.md

File metadata and controls

45 lines (29 loc) · 1.59 KB

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

Description

Nest framework TypeScript starter repository, Sequelize ORM, GraphQL server with Multi-tenant & Microservice (NATS) feature.

In this application we have used separate database for each organizations. The databases will be automatically created when a request is received.

Installation

$ npm install

Running the app

# Start docker
$ docker compose up -d

# watch mode
$ npm run start:dev

Multi-Tenant database

Each request that comes in must have a key x-tenant-id value [your-organization-name] pair. Note that the database that gets created will have the same name as your organization id with the prefix tenant_.

Stay in touch

License

Nest is MIT licensed.