Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mozhiingithub/blog
基于Golang的个人博客系统
https://github.com/mozhiingithub/blog
blog gin go golang mysql redis restful
Last synced: about 1 month ago
JSON representation
基于Golang的个人博客系统
- Host: GitHub
- URL: https://github.com/mozhiingithub/blog
- Owner: mozhiingithub
- Created: 2020-04-30T11:32:01.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-04-30T11:33:14.000Z (over 4 years ago)
- Last Synced: 2024-10-02T05:22:39.114Z (about 1 month ago)
- Topics: blog, gin, go, golang, mysql, redis, restful
- Language: Go
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# blog
blog是基于Golang的个人博客系统,具备对博文的发布、浏览、修改及删除功能。项目有以下特性:
* 基于[Gin](https://github.com/gin-gonic/gin)框架,实现RESTful风格
* 基于MySQL,实现对内容的持久化存储
* 基于Redis,实现对博文的缓存及阅读量的统计