I consider myself a stronger frontend developer than a backend one. I want to learn what the best file structure is for an Express backend. Do you guys have any good source available examples?
There's no "best" ones. But there's guiding principles to help you achieve one.<p>It's Clean Architecture, or Hexagon Architecture.<p>The idea is, the business layer dependencies is just interfaces. So you can easily mock in test.