1 Star 0 Fork 74

ryvius_key / Pandora

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

Pandora 2.1.7

DoraCMS

Pandora CMS 视频简介

Pandora CMS 视频简介

说明

Pandora CMS 使用的技术栈:

1、nodejs 12 + eggjs 2
2、vue-cli
3、mariadb 10 / mysql 8

文档: Pandora CMS 开发文档
API: Pandora CMS API文档
演示地址: 前端开发俱乐部

后台登录: https://sql.html-js.cn/dr-admin
测试账号:doracms/123456

DoraCMS 安装:

创建项目需要的数据库,登录 MySQL 创建数据库

create database doracms;

查看数据库是否创建成功,看到有 doracms 的数据库,就创建成功了

show databases;

登录数据库,使用数据库,

use doracms;

导入SQL文件,生成数据库表,SQL 文件在 DoraCMS 的 databak 目录,

目录改成,自己的 doracms.sql 文件目录

source D:\ProjectList\NodeJS\DoraCMS\databak\doracms.sql

代码根目录安装依赖

npm i --registry=https://registry.npm.taobao.org

修改配置文件

/app/config/config.local.js

// 配置mysql信息
sequelize: {
    dialect: 'mysql',
    host: '127.0.0.1', // 本地
    port: 3306,
    database: 'doracms', //mysql database dir
    username: "root",
    password: "123456",
    delegate: 'model'
},

运行项目

npm run dev

前台访问

http://127.0.0.1:10003

后台登录

http://127.0.0.1:10003/dr-admin
登录账号doramart/123456    doracms/123456

mongodb 版本

DoraCMS mongodb 源码
DoraCMS mongodb 版本预览

技术交流群

捐赠

如果你发现DoraCMS很有用,可以请生哥喝杯咖啡(⊙o⊙)哦

LICENSE

MIT

MIT License Copyright (c) 2020 doramart 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.

简介

Pandora 是基于 Nodejs+eggjs+mysql 编写的一套内容管理系统 展开 收起
NodeJS
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
NodeJS
1
https://gitee.com/ryvius_key/Pandora.git
git@gitee.com:ryvius_key/Pandora.git
ryvius_key
Pandora
Pandora
master

搜索帮助