# expressTemplate **Repository Path**: jerrymoh/expressTemplate ## Basic Information - **Project Name**: expressTemplate - **Description**: express模板仓库 - **Primary Language**: JavaScript - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-09 - **Last Updated**: 2025-06-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # expressTemplate === ## Papar Information - Title: `express模板项目` - Authors: `Jerry` ## Install & Dependence - node js - mysql - npm ## Use ```cmd npm run dev npm start ``` 两个命令都可以 区别是第一个有热重载 ## 操作指南 1. 先装包 ```cmd npm install ``` 2. 修改 config 文件夹下的配置信息 3. 终端启动 ## Directory Hierarchy ``` |—— .gitignore |—— app.js |—— bin | |—— www 入口文件 |—— config | |—— connection.js | |—— db.json 数据库配置 | |—— env.json 环境端口配置 |—— file | |—— ai_todo.sql 数据库脚本 |—— LICENSE |—— node_modules 包 |—— package-lock.json |—— package.json |—— public 公开目录 |—— routes 路由配置 | |—— index.js | |—— users.js |—— utils 脚手架 | |—— common.js |—— views 视图 ```