Replies: 1 comment 5 replies
-
From the api point of view, most of what you want is already possible:
|
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello @iammukeshm and team, you are doing fantastic job and saving our lots of time. I am looking for multitenancy .Net core webapi in backend and Angular as frontend and I landed here.
First of all I am eagerly waiting for latest version of .NET Web API Boilerplate architecture, along with angular-material-boilerplate. So please let me know when we can get that, so I can start my project.
My Question.
I am going to start developing SAAS based application where my client wants distribute the application copy to their subscriber. So for that I did some planning to distribute based on some research, let me share with you.
I will go with by hosting multitenancy using virtual subdomain like abc.domain.com, xyz.domain.com where "abc" & "xyz" will be the tenant.
From database side I would like to go with hybrid database approach client have option to go with standalone database or shared database. In shared database will go with schema approach where every tenant has own table. So to achieve this will follow below step.
So, can you please share with me how can I do that by using your architecture.
Let me know if I am fail to explain my question.
Beta Was this translation helpful? Give feedback.
All reactions