2 Star 2 Fork 1

小路又困了 / Node-Koa2后台管理系统

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

XXX管理系统

简介

XXX 管理系统,采用 NodeJS 为语言开发,使用 MySQL 数据库和 Sequelize ORM 框架,服务端框架采用轻量框架 Koa2,同时引入 TypeScript 并有完整的类型文件,可以用于学习参考。

项目结构

|-- src						// 源代码
    |-- config						// 配置目录
    |-- controller					// 控制器
    |-- database					// SQL文件
    |-- middleware					// 中间件
    |-- model						// 数据库模型
    |-- router						// 路由接口
    |-- service						// 服务层
    |-- typings						// 全局类型文件
    |-- utils						// 工具类
    |-- app.ts						// 入口文件
|-- .cz-config.js				// Git提交规范
|-- .editorconfig				// 编辑器的编码格式规范
|-- .eslintignore				// Eslint忽略检查文件
|-- .eslintrc.js				// Eslint配置
|-- .gitignore					// git忽略文件
|-- .prettierignore				// 代码美化忽略文件
|-- .prettierrc					// 代码美化配置
|-- LICENSE					// 软件许可证
|-- package.json				// 版本管理
|-- pnpm-lock.yaml				// 现代包管理工具
|-- README.md					// 项目文档
├-- tsconfig.js                         	// TypeScript 控制

需要预先下载模块

  • 全局安装 nodemon,ts-node,pnpm。
  • Node 版本 >= 10.0.0
  • MySQL 数据库。

使用说明

  1. src/config/mysqlBase.ts 修改文件中数据库配置
  2. pnpm install 拉取项目依赖
  3. 执行 src/database 中 sql 文件创建表
  4. pnpm run dev 运行项目

参与贡献

  • Fork 本仓库
  • 新建 Feat_xxx 分支
  • 提交代码
  • 新建 Pull Reques
MIT License Copyright (c) 2023 Nonentity Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

Node-Koa2后台管理系统,采用 NodeJS 为语言开发,使用 MySQL 数据库和 Sequelize ORM 框架,服务端框架采用轻量框架 Koa2,同时引入 TypeScript 并有完整的类型文件,可以用于学习参考。 展开 收起
NodeJS 等 2 种语言
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
NodeJS
1
https://gitee.com/the-sandman/node-koa2-service.git
git@gitee.com:the-sandman/node-koa2-service.git
the-sandman
node-koa2-service
Node-Koa2后台管理系统
master

搜索帮助