Ask HN: What's an example of a good Express backend?
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?
5 comments
[ 3.2 ms ] story [ 33.2 ms ] threadIt's Clean Architecture, or Hexagon Architecture.
The idea is, the business layer dependencies is just interfaces. So you can easily mock in test.