Giter Site home page Giter Site logo

doracms's Introduction

DoraCMS-SQL 2.1.7

DoraCMS

DoraCMS 视频简介

DoraCMS 视频简介

说明

DoraCMS 使用的技术栈:

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

文档: DoraCMS 开发文档
API: DoraCMS 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

技术交流群

捐赠

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

LICENSE

MIT

doracms's People

Contributors

wjb2 avatar wjb3 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.