twitter-blog-api 打算模仿twitter的风格在工作之余写一个自己的博客。手写所有用到的组件,后端使用golang(iris+gorm),前端是用vue.js进行开发。欢迎 issue && star~ 线上地址:http://47.105.189.195:2000/ 模仿页面:https://twitter.com/dariel_noel 前端: https://github.com/pppercyWang/twitter-blog-vue 主要功能: 1.文章浏览 2.授权github登录 3.首页动画效果 4.文章发布 5.评论功能 6.文章归档 运行项目: 1.下载依赖到gopath 2.将./db的blog_db导入到数据库 3.go run main.go