Kubeedge-边缘计算
why I write the series of kubeedge
It base on an experience I had studying kubeege. What is more,I chose it as my graduation project.(ps: somethings from Kubeedge 云原生边缘计算公开课) When I stumbled upon this series of courses.
Now let get it!
Backgroud of Edge calculation
Famous words:” The future is here and it is built on cloud native “ (未来就在这里,它建立在云原生之上)
Edge Computing will be 4x larger than cloud and will generate 75% of data worldwide by 2025. With hardware andsoftware spread across hundreds or t ...
piwriw_blog
Piwriw Blog
基于Gin的个人博客系统
一个后端使用了Gin、数据库ORM使用Sqlx,前端使用了Vue2.X的个人博客系统
探索本项目的文档 »
本篇README.md面向开发者
目录
项目概述
页面演示
用户端
管理端
快速启动
文件目录说明
作者
鸣谢
项目概述Piwriw_blog是一个博客系统,前端基于Vue2构建了用户端和管理员系统,后端基于Gin和Sqlx构建。
页面演示用户端
首页
详情
管理端
文章编辑
文章列表
评论管理
分类列表
用户列表
个人设置
快速启动
克隆项目到本地git clone git@github.com:Piwriw/piwriw_blog.git
下载后端依赖(前提:你已经开启了go modules 并且设置了国内镜像代理)cd piwriw_blog go mod tidy
下载前端依赖
...