You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
489 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

config存放数据库配置
controllers存放接口业务逻辑
models存放数据库模型
routes存放接口路由
middlewares存放中间件暂用不上先创建
.env存放敏感配置如数据库密码不提交到 Git
.env.example环境变量示例给团队参考可提交 Git
app.js应用入口配置中间件和路由
server.js服务启动文件监听端口
db.js 配置数据库连接config/db.js