Dynamically Create Subdomains in NodeJS Express and Heroku
I have an angular application that currently handles tenants(customers) using our software to have their own online store load up based on query params. So https://my-site.com
is the main domain. Let’s say a user signs up for our app. They will have a url https://my-site.com/storeId=someId
which will route them to their store.