Giter VIP home page Giter VIP logo

qiublog's Introduction

Logo

QiuBlog

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

查看Demo 报告Bug 提出新特性

## 技术栈

后端 Golang 1.19

前端 Vue.js 3

部署方法

前端在web目录下输入指令 yarn build 进行编译

后端在根目录输入指令go build进行编译

也可直接下载编译好的版本

├─config // 配置目录
│  ├─ config.ini //后端配置文件
├─web // 前端目录
│  ├─assets
│  ├─static // 静态文件
|  |  ├─ config.json5 //前端配置文件
│  └─index.html 
└─main // 二进制可执行文件

可在宝塔面板,Go项目中部署

项目执行文件 选择main // 二进制可执行文件

项目端口 后端配置文件中的HttpPort(不带:)

执行命令 默认

其他按需配置

预览

文件目录说明

│─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的开源项目,和录制的教程

naive-ui-admin 部分代码 借鉴 了次项目

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

qiublog's People

Contributors

ocyss avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.