Giter Site home page Giter Site logo

article_bg's Introduction

article_bg

介绍

基于layui&express的文章后台管理系统。用的技术不多,适合练手

安装

client: 前端

server: 后端

// 前端
下载vscode的express插件在任意端口运行
// 后端
npm init
nodemon app.js
// nodemon app.js如果提示没有的话
npm init nodemon

目录结构

server
├─ db -- 数据库配置文件
├─ node_modules -- node包存储位置
├─ router -- 路由存放位置
├─ router_handler -- 具体功能实现
├─ schema -- 验证规则
├─ uploads -- 图片存储路径
├─ app.js -- 程序主入口
├─ config.js -- 全局配置文件

技术选型

前端技术

  • echart
  • jQuery
  • ajax
  • layUI

后端技术

  • node
  • express
  • cors跨域
  • mysql
  • bycryptjs密码加密
  • joi规则验证
  • jwt加密token

项目截图

登录

主页

类别

富文本

说明

由于个人能力有限,所以应用的代码在有些地方设计可能存在不合理,代码也显得臃肿,同时用户体验、应用流畅性、代码健壮性和可扩展性还有待改进。欢迎大家指正。

article_bg's People

Contributors

2943102883 avatar

Watchers

 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.