Giter Site home page Giter Site logo

vue-ele-back's Introduction

前言

这是vue后台管理系统对应的后台部分(持续更新中)

  • 目前 登录/登出、首页卡片、icon图标、表格分页/模糊查询 接口已经完成

demo: 传送阵

技术栈

  Express + Mongoose + svg-captcha + jsonwebtoken + express-session

启动项目注意事项

  • mongoose (开启状态)
  • node版本 > 6.0

项目运行

git clone https://github.com/Tyf2345/vue-ele-back.git
cd vue-ele-back
yarn install
yarn dev
访问: http://localhost:3001

说明

如果对您有帮助,您可以点右上角 "Star" 支持一下 谢谢! ^_^

或者您可以 "follow" 一下,我会不断开源更多的有趣的项目

如有问题请直接在 Issues 中提

部署环境 阿里云 ubuntu16.04

接口返回状态 sataus
0 : 成功
1 : 请求字段不正确
2 : 无效的token

项目地址前端Vue项目地址后台node接口地址

结构目录

├── config // 配置文件,过期时间、密钥等
├── controller // 接口对应的核心业务代码
├── db_data // 测试数据、启动Mongoose相关
├── middleware // 中间件
├── models // 数据库 表(集合)结构
├── pubic // 静态文件
├── routes // 路由相关
├── utils // 工具类
├── app.js // 入口文件, 加载各种模块

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.