Skip to content
forked from Ocyss/QiuBlog

全栈开发博客项目,前端vue3,后端go-gin

License

Notifications You must be signed in to change notification settings

oohmygosh/QiuBlog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

QiuBlog

无限趋近于完美的自用博客,长期维护 自用,学习

查看Demo 报告Bug 提出新特性

技术栈

后端 Golang 1.19

前端 Vue.js 3

预览

文件目录说明

后端

│─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参看当前可用版本。

联系方式

[email protected]

酷安:熬鈛愿庸

版权说明

该项目签署了MIT 授权许可,详情请参阅 LICENSE.txt

鸣谢

wejectchen GinBlog 非常感谢wejectchen的开源项目,和录制的教程

shaojintian README模板 一下子就正式起来了

About

全栈开发博客项目,前端vue3,后端go-gin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 59.3%
  • Go 22.6%
  • JavaScript 15.8%
  • HTML 1.8%
  • SCSS 0.5%