2 Star 29 Fork 2

啊啊啊宝/koa_system

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

项目介绍

文件夹介绍

KoaLearning: 后端项目 (正在开发中...)
ReactAdmin:  React版本前端后台 (正在开发中...)
uniClient:   uni-app版本前端前台 
WebClient:   网页三剑客版本前端前台
Vue2Client:  Vue2版本前端后台
Vue3Client:  Vue3版本前端后台

状态码

状态码 含义
200 请求成功
400 请求参数错误
401 未授权
403 禁止访问
404 资源不存在
500 服务器内部错误

技术

后端:koa + mysql +  jwt + ....
前端React版本: React + vite + Ant Design + TypeScript +...
前端Vue2版本: Vue2 + Element-plus + ...
前端Vue3版本: Vue3 + Element-plus + ...
Nodejs版本: Nodejs_v16.20.1
Mysql版本: mysql_v8.0.27

项目启动

  1. 进入每个项目_安装依赖
npm install
  1. 后端_启动方式
点击koa_start.bat
  1. ReactAdmin前端_启动方式
点击react_start.bat

注意事项

1.第一种方式去登录系统
已经上传了数据库node文件,建库名字为node,运行sql文件即可
管理员账号:amdin/123456
 
2.第二种方式去登录系统
在项目的KoaLearning\src\router\user.route.js文件中可以看见注册接口
在postman或者其他测试接口的软件来注册一个账号即可
或者自己绘制一个注册页面

3.注册接口: http://127.0.0.1:8000/api/user/register
  请求方式: post
  参数:username/password 
  类型:String/String
  实例: response = {
                code: 200,
                message: '用户注册成功',
                data: {
                    id: 66,
                    username: '张三'
                }
            }; 

zlib License (C) 2024 啊啊啊宝 This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: 1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required. 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution.

简介

🔥🔥🔥Koa2 + React商城项目 前端-React + Antd 前端-Vue2 + Element-plus 后端-Koa2 + Sequelize 展开 收起
Zlib
取消

发行版

暂无发行版

贡献者

全部

近期动态

不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/ah-ah-bao/koa_system.git
git@gitee.com:ah-ah-bao/koa_system.git
ah-ah-bao
koa_system
koa_system
main

搜索帮助