https://github.com/swiftdo/vapor-blog
Swift Vapor Blog(基于 Swift Vapor 的博客系统)
https://github.com/swiftdo/vapor-blog
blog server-side swift vapor
Last synced: 3 months ago
JSON representation
Swift Vapor Blog(基于 Swift Vapor 的博客系统)
- Host: GitHub
- URL: https://github.com/swiftdo/vapor-blog
- Owner: swiftdo
- Created: 2023-06-07T16:16:34.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-18T15:07:38.000Z (over 2 years ago)
- Last Synced: 2025-04-11T04:30:41.841Z (about 1 year ago)
- Topics: blog, server-side, swift, vapor
- Language: Swift
- Homepage: https://iblog.oldbird.run/
- Size: 666 KB
- Stars: 12
- Watchers: 0
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Swift Vapor blog system!
* 在线预览:[https://iblog.oldbird.run](https://iblog.oldbird.run)
* 管理员账号:admin@iblog.com admin123456
## iBlog———Vapor 博客系统实战项目
开发状态:开发中...
## 使用步骤
* 安装 postgresql
* 拉取代码,运行
* 调用 https://localhost:xxx/web/backend/config 完成工程的一些初始化调用。
* 浏览器打开页面:https://localhost:xxxx
## 相关文档
* 页面预览:[页面预览](https://github.com/swiftdo/vapor-blog/wiki)
* 开发文档:[点击前往](https://github.com/swiftdo/vapor-blog/wiki)
* 源码:[https://github.com/swiftdo/vapor-blog](https://github.com/swiftdo/vapor-blog)
## 页面
网站:

后台:

## 首页侧边栏规划
* 热门标签,按文章数排序, 20个
* 最新发布,按文章时间排序, 10个
## TODO
* [ ] 个人主页
* [ ] 消息中心
* [ ] 文章收藏、点赞
* [ ] 作者关注
* [ ] 文章统计
* [ ] 后台主页
* 博客数量
* 今日发表
* 今日访客
* 历史访客
* 网站访问人数
* [ ] 操作日志
* [ ] 留言功能