I was wondering if we can build microservices application using Nest JS with separate repositories. All of the docs in Nest JS regarding microservices only support monorepo style and single database.
I tried finding sources regarding Nest JS Microservices but all of them are monorepo and single database.