Hi everyone,
I'm just in the process of setting up my first Nestjs project and I've got a question in regards to project structure.
Does anyone have any suggestions for how a Nest peoj CT should be set up ?
I was thinking of having of grouping the main controllers and services together and then having a services folder which contains services used across multiple controllers and services.
Any comments and feedback would be great 👍