Coder Social home page Coder Social logo

blog-server's Introduction

博客后台及文章管理系统

安装

git clone [email protected]:Hzy0913/blog-server.git

安装包依赖

npm install

运行

首先安装mongodb和redis后并启动 启动服务命令

npm start

后台管理系统

admin文件夹下是博客的后台管理 cd进入admin文件夹后安装依赖

npm install

运行项目

npm run dev
  • static目录下有登录页面以及个人介绍页面
  • config目录下为基本配置项,包括端口登录账号密码校验toen的接口加密盐
  • blog-serverpull.js文件为自动化git部署文件,具体使用可以看这篇文章

项目说明

  • 使用koa2作为后端服务
  • 使用token校验接口权限
  • 使用数据库使用mongodb,配置redis持久化存储session
  • 使用github的Oauth授权登录
  • 上传图片保存至七牛图床
  • 后台管理使用vue全家桶加iview 组件

在线预览

博客

博客前端代码

博客的前端项目为ssr博客前端

blog-server's People

Contributors

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