I have single repository of project and have multiple databases for different clients.
Following types of database naming and URL to connectivity that I am using to connect database based on access URL:
Client's Database
- shreyas_db (http://shreyas.locahost:3001)
- ajay_db (http://ajay.locahost:3001)
- vijay_db (http://vijay.locahost:3001)
Please guide how to implement this structure in NodeJs with Express.
Thanks