# node-sportswear **Repository Path**: cqg001/node-sportswear ## Basic Information - **Project Name**: node-sportswear - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-14 - **Last Updated**: 2022-04-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # node.js 本项目采用node.js编写,应用了express框架 ## 项目结构 - server 静态资源服务器(作为图床存储用户上传的图片) - src 项目目录 - middleware express中间件 - model 模型层 - mongo 操作数据库的模型 - schema 数据库字段设计模式 - router 路由 - admin 后台系统的路由 - custom 前台应用的路由 - config.js(项目配置) - index.js (主入口文件)