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.
After cloning and installing dependencies, run the code:
admin:~$ yarn up --accessTag
See /package.json
file for more commands.
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.
This project is under the MIT license. See the LICENSE for more information.
Created by vilmacio