reusable project
Unanswered
Pixiebob posted this in #help-forum
PixiebobOP
Guys, could you give me some light, I need an idea, to run 40 educational institutions, using the same project, to avoid copying and pasting the same repository, I want to do this using environment variables, what is the best way to do it? that?
I thought about creating a .env for each institution and creating a script in package.json for each institution, does anyone have a better idea?
I thought about creating a .env for each institution and creating a script in package.json for each institution, does anyone have a better idea?
5 Replies
Asian black bear
I have a similar project. I just made a customization dashboard where I can change colors, titles, "terms" and "about us" pages, etc. All stored into the database
That’s indeed a nice idea, you may also use a CMS for similar stuff
So that you can save time from developing a dashboard
PixiebobOP
Would multi-tenant be a good idea for my case?
Of course it suits, it is an architecture for such a purpose anyway