Skip to content

lesliecat/taoLand

 
 

Repository files navigation

taoLand

博客:vue全家桶+node+mongodb

介绍

  • 实现了用户注册、登录、检测登录、博客管理(文章的修改和删除)、文章编辑(Markdown)、标签分类等功能。
  • 前端使用vue全家桶(cli,router,vuex,axios),框架用的elmentUI
  • 后端使用node,框架用的express,mongoose
  • 数据库采用mongodb
  • 响应式,移动端勉强能看...

线上预览

https://www.yangyuetao.cn/

食用

  • 下载到本地
    • git clone https://github.com/bestRenekton/taoLand.git
  • 安装
    • npm i
    • 或者使用淘宝的cnpm i
  • 安装mongodb
  • 启动mongodb
  • 进入server启动node
    • 开第一个命令行
    • cd进入项目根目录的server文件夹
    • node index
      • 看到Mongo connection successed即node启动成功
  • 启动项目
    • 再开第二个命令行,cd进入项目根目录
    • npm run dev
  • 打开http://127.0.0.1:8080

tips

  • mongoDB可视化工具,Robo3T客户端比较好用
  • 留言系统的数据库设计可能有问题,毕竟自己的后端项目写的不多,欢迎后端朋友指导...

About

博客:vue+node+mongodb

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 51.5%
  • JavaScript 32.9%
  • HTML 10.9%
  • CSS 4.7%