nodejs样板 清理Node.js项目的架构 资料夹结构 src │ main.ts # Application entry point └───api # Express route controllers for all the endpoints of the app └───config # Environment variables and configurations └───loaders # Split the startup process into modules └───models # TypeORM Entities └───services # All the business logic is here └───types # T