# coderhub **Repository Path**: cquptzsn/coderhub ## Basic Information - **Project Name**: coderhub - **Description**: 基于node的网站后台 - **Primary Language**: NodeJS - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-28 - **Last Updated**: 2021-03-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 基于 koa 的网站后台项目 ### 目录划分 #### app 项目基础配置:数据库连接,koa配置,环境变量处理等 #### constants 常量 #### controler 相关接口逻辑处理 #### middleware 中间件 #### router 路由、接口注册 #### service 数据库相关操作,包含SQL语句 #### utils 各种工具函数 ##### .env 文件根据我本人电脑中开发环境,如数据库(账号、密码...),端口 等相关参数进行配置,每台电脑的环境变量不同,具体需要自己配置一下