node boilerplate 源码
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
文件列表
node-boilerplate-master.zip
(预估有个34文件)
node-boilerplate-master
.dockerignore
115B
.env
312B
.github
workflows
workflow.yml
468B
yarn.lock
231KB
src
main.ts
383B
services
暂无评论