# koa_mycms **Repository Path**: qyd_9/koa_mycms ## Basic Information - **Project Name**: koa_mycms - **Description**: 基于koa的服务器端渲染的全栈项目---后台管理系统 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2020-06-16 - **Last Updated**: 2022-07-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # myCms * 一个后台管理系统+前台渲染 # 介绍 * 由于学了koa之后没有具体的练习,做了这个简单点的后台项目,该项目以koa + mongos 为基础的,融合了koa上一些基本的用法,程序相对来说比较简单易懂,非常适合新手来进行相关的练习操作。(PS:欢迎Star) # 项目地址 * https://github.com/quyuandong/koa_mycms # 展示 **后台** ![enter description here](https://gitee.com/qyd_9/nodebook_image/raw/master/小书匠/201993mycms-01.png) ![enter description here](https://gitee.com/qyd_9/nodebook_image/raw/master/小书匠/201993mycms-02.png) ![enter description here](https://gitee.com/qyd_9/nodebook_image/raw/master/小书匠/201993mycms-03.png) ![enter description here](https://gitee.com/qyd_9/nodebook_image/raw/master/小书匠/201993mycms-04.png) ![enter description here](https://gitee.com/qyd_9/nodebook_image/raw/master/小书匠/201993mycms-05.png) ![enter description here](https://gitee.com/qyd_9/nodebook_image/raw/master/小书匠/201993mycms-06.png) ![enter description here](https://gitee.com/qyd_9/nodebook_image/raw/master/小书匠/201993mycms-07.png) ![enter description here](https://gitee.com/qyd_9/nodebook_image/raw/master/小书匠/201993mycms-08.png) ![enter description here](https://gitee.com/qyd_9/nodebook_image/raw/master/小书匠/201993mycms-09.png) ![enter description here](https://gitee.com/qyd_9/nodebook_image/raw/master/小书匠/201993mycms-10.png) ![enter description here](https://gitee.com/qyd_9/nodebook_image/raw/master/小书匠/201993mycms-11.png) **前台** ![enter description here](https://gitee.com/qyd_9/nodebook_image/raw/master/小书匠/201993mycms-12.png) ![enter description here](https://gitee.com/qyd_9/nodebook_image/raw/master/小书匠/201993mycms-13.png) ![enter description here](https://gitee.com/qyd_9/nodebook_image/raw/master/小书匠/201993mycms-14.png) # 技术栈 koa + art-template + axios + mongose, # 部署 **安装mongo数据库** **导入数据库--进入mongo的安装目录下 的==bin==目录** > mongorestore.exe -h 127.0.0.1 -d "数据库位置“ **安装依赖** > npm install **运行项目** >npm start **打包** >npm run build **登录** >账户:admin >密码:123456