Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/swiftdo/vapor-blog
Swift Vapor Blog(基于 Swift Vapor 的博客系统)
https://github.com/swiftdo/vapor-blog
blog server-side swift vapor
Last synced: about 2 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-06T00:45:14.000Z (over 1 year ago)
- Last Synced: 2023-09-06T02:34:37.679Z (over 1 year ago)
- Topics: blog, server-side, swift, vapor
- Language: Swift
- Homepage: https://iblog.oldbird.run/
- Size: 666 KB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Swift Vapor blog system!
* 在线预览:[https://iblog.oldbird.run](https://iblog.oldbird.run)
* 管理员账号:[email protected] 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)## 页面
网站:
![前端](https://github.com/swiftdo/vapor-blog/assets/12316547/c1df733b-5469-47c8-b213-b51d81130003)
后台:
![后台](https://github.com/swiftdo/vapor-blog/assets/12316547/2e5b6653-c7f9-4c05-bf56-616b382e56d6)
## 首页侧边栏规划
* 热门标签,按文章数排序, 20个
* 最新发布,按文章时间排序, 10个## TODO
* [ ] 个人主页
* [ ] 消息中心
* [ ] 文章收藏、点赞
* [ ] 作者关注
* [ ] 文章统计
* [ ] 后台主页
* 博客数量
* 今日发表
* 今日访客
* 历史访客
* 网站访问人数
* [ ] 操作日志
* [ ] 留言功能