# express **Repository Path**: yeuimu/express ## Basic Information - **Project Name**: express - **Description**: express engineering template - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-06-03 - **Last Updated**: 2023-06-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README nodejs 后端通用小项目工程模板,rest api 专用 ``` . ├── app.js 主文件 ├── config 配置 │ └── index.js 总配置 ├── package.json 包管理配置1 ├── package-lock.json 包管理配置2 ├── router 路由 │ ├── helloword.js 路由例子 │ └── index.js 总路由 ```