- The code is organised domain wise. All related resources for a domain are kept in a folder under
src/<domain-name>. - Inside
src/<domain-name>folder, you will findmodel,queue,routes,services,utilsfolders/files. modelcontains the mongoose models for the domain.queuecontains the bullmq queues for the domain.workercontains the bullmq workers for the domain.routescontains the express routes for the domain.servicescontains the services for the domain.utilscontains the utils for the domain.