Giter Club home page Giter Club logo

don-blog-backmanage's Introduction

说明

此项目为博客系统的后台管理系统,暂时没有对外开放提供测试功能(后续根据情况和个人时间来看是否需要提供专门的测试页面)。有兴趣的可以先自己在本地部署查看。

如何使用

git clone https://github.com/XNAL/don-blog-backManage.git

// 需要先安装MySQL,并创建数据库,可参考源码中的`don_blog.sql`
// 同时需要安装Redis,配置参数可参考/server/config/environment/development.js中的配置

cd don-blog-backManage
npm install

// 开启后台服务(功能比较简单,所以暂时没使用gulp等构建工具,有兴趣可自行实现)
node server/app.js

// 本地运行需另开一个终端框口并执行以下命令,然后访问`http://localhost:8080/`
npm run dev

测试账号:admin 
测试密码:123456

已实现功能和效果图

  1. 登录页面

    登录页面

  2. 文章列表,包括文章编辑、发布和下线

    文章列表

  3. 新增和编辑文章功能

    新增文章

  4. 分类列表,包括分类的新增、编辑和删除

    分类列表

  5. 标签列表,包括标签的新增、编辑和删除

    标签列表

  6. 实验室项目列表,包括项目的新增、编辑和删除

    项目列表

    添加项目

待实现功能

  1. 首页统计图表的开发
  2. 评论管理的开发
  3. 编辑文章时MarkDown编辑器的完善开发
  4. 以及其他细节开发

don-blog-backmanage's People

Contributors

xnal 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.