后端架构Node.js 文件夹结构 :office_building: ├───src │ app.ts # App entry point │ ├───api # Express route controllers and middleware for all the endpoints of the app │ ├───config # Environment variables and configuration related stuff │ ├───handlers # Handler