Hello all,I have started to dive into web development again and picked up node for my backend. I am writing a REST API using koa, Postgres, TypeORM and TypeScript. I picked typescript because of my C/C++ background and wanted to make debugging easier for me later. Now this isn’t the first time I’ve dabbled with node. I have built an API with express and Postgres and stopped because I got busy. I also have JavaScript experience from a past job but it was very basic stuff. My question is how should I structure my server? There really isn’t any definitive way to structure my source or any best practices that I have found. Is there a guide to structuring source? Or should I learn a more opinionated frame work like Laravel or Django first to gain some knowledge on how to build backends first?Thank you for your help!
Submitted July 02, 2018 at 09:02PM by Tall_Polak
No comments:
Post a Comment