vilmacio / multi-tenant

Multitenant application example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

multi-tenant

In a multitenancy environment, multiple customers share the same application, running on the same operating system, on the same hardware, with the same data-storage mechanism. The distinction between the customers is achieved during application design, thus customers do not share or see each other's data.

Wikipedia


Get started

After cloning and installing dependencies, run the code:

Running with Docker

admin:~$ yarn up --accessTag

See /package.json file for more commands.

Usage

Access tags

First you'll need to use the --signup tag to create a new tenant.

admin:~$ yarn up --signup

You can now login to view your profile. Use --login tag.

admin:~$ yarn up --login

Use the --help tag for more tags and explanations.

License

This project is under the MIT license. See the LICENSE for more information.


Created by vilmacio

About

Multitenant application example

License:MIT License


Languages

Language:TypeScript 98.5%Language:JavaScript 1.3%Language:Dockerfile 0.2%