I've been reading up on Node/Express project structure, and I've been trying to create a template that I can use for future hobby projects. I"m using Express, TypeORM, and JWTs for authentication.The big things I tried to focus on were to separate each section of the app into packages/modules and to use single responsibility controller files (Unfortunately, I've forgotten what these are actually called).I'm much more of a front end developer than a back end developer, but I'm trying to learn as much as I can to be competent with both. Any feedback you could spare would be greatly appreciated.Link to repoEDIT: I should say that my goal with the structure is to have something that's easy to maintain, whether it remains a small project or moves towards the medium/large range.
Submitted January 04, 2020 at 02:58AM by MyProductiveAcc
No comments:
Post a Comment