# Byte-backend **Repository Path**: heather19/byte-backend ## Basic Information - **Project Name**: Byte-backend - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-01-20 - **Last Updated**: 2022-01-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 目录结构 ├──app | ├──controller 接口 | ├──middleware 中间件 | ├──model 数据结构 | ├──public 静态资源 | ├──router 路由 | ├──app.ts 这个文件里面的数据尽量不要修改,有什么问题在群里问 ├──config 这个是配置文件, 不要管它 格式尽量保持统一 写完接口之后,在路由中引入接口函数; 文章渲染注意正则,防止xss攻击