This starter created not only for solving right structure for single application but also for solving the multitenancy problem.
These structures application are typically two solutions for solving the multitenancy problem :
-
Isolated Approach: Separate Databases. Each tenant has it’s own database (it separated within each subdomain).
-
Shared Approach: Shared Database, Shared Schema. All tenants share the same database and schema. There is a main tenant-table, where all other tables have a foreign key pointing to.
- Gulp
- db-migrate
- Caminte
- Mocha