T3 App/tRPC/Typescript example adhering to Clean architecture?
Hi!
I am running a T3 app with Prisma and wanted to hear if you guys know any good example repository to look at for following the general principles outlined in the Clean Architecture book? Primarily keeping domain/business logic separate from framework etc. I was thinking of having all business logic in a
But instead of reinventing the wheel it would be cool to see a "best practice" example.
Thank you!
I am running a T3 app with Prisma and wanted to hear if you guys know any good example repository to look at for following the general principles outlined in the Clean Architecture book? Primarily keeping domain/business logic separate from framework etc. I was thinking of having all business logic in a
domain/ folder with a bunch of typescript files divided into "business functionality".But instead of reinventing the wheel it would be cool to see a "best practice" example.
Thank you!
