# GoBlog **Repository Path**: Vincentstudy/Go_Blog ## Basic Information - **Project Name**: GoBlog - **Description**: Gin+Gorm+Vue+Mysql博客项目 - **Primary Language**: Go - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-12-04 - **Last Updated**: 2023-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: Gin, gorm, Vue, MySQL ## README # GoBlog #### 介绍 Gin+Gorm+Vue+Mysql博客项目 #### 软件架构 前端语言:javascript,typescript 前端使用vue框架 后端语言:Golang 后端使用Gin+Gorm框架 数据库使用:Mysql #### 配置说明 1. Go环境:1.18.4 2. Mysql 8+ #### 使用说明 1. git clone https://gitee.com/Vincentstudy/Go_Blog.git 克隆仓库 2. go mod tidy 完整依赖下载 3. config.ini 初始化配置 4. go build 启动项目生成可执行文件 5. 首页http://localhost:端口号 6. 管理员http://localhost:端口号/admin #### 参与贡献 1. Vincent提交仓库