# QiuBlog **Repository Path**: QuanbIn30/QiuBlog ## Basic Information - **Project Name**: QiuBlog - **Description**: 全栈开发博客项目,前端vue3,后端go-gin - **Primary Language**: Go - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 23 - **Created**: 2024-06-16 - **Last Updated**: 2024-06-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
无限趋近于完美的自用博客,长期维护 自用,学习
查看Demo
报告Bug
提出新特性
### 文件目录说明
```
│─api // 接口
│ └─v1
├─config // 配置文件
├─database // 数据库备份文件(初始化)
├─log // 项目日志
├─middleware // 中间件
├─model // 数据模型层
├─routes
│ router.go // 路由入口
├─utils // 项目公用工具库
│ ├─ask // 预返回状态码
│ ├─errmsg // 接口错误返回处理
│ └─tool // 工具包
└─web // 前端源码
```
#### 如何参与开源项目
贡献使开源社区成为一个学习、激励和创造的绝佳场所。你所作的任何贡献都是**非常感谢**的。
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request
### 版本控制
该项目使用Git进行版本管理。您可以在repository参看当前可用版本。
### 联系方式
qiudie@88.com
酷安:熬鈛愿庸
### 版权说明
该项目签署了MIT 授权许可,详情请参阅 [LICENSE.txt](https://github.com/qiu-lzsnmb/QiuBlog/blob/master/LICENSE)
### 鸣谢
[wejectchen GinBlog](https://github.com/wejectchen/Ginblog) 非常感谢wejectchen的开源项目,和录制的教程
[naive-ui-admin](https://github.com/jekip/naive-ui-admin) 部分代码 借鉴 了次项目
[shaojintian README模板](https://github.com/shaojintian/Best_README_template) 一下子就正式起来了