Skip to content

快速开始

快速开始使用 HEI GoFrame(规划中)。

环境要求

  • Go 1.21+
  • MySQL 8.0+
  • Redis 6.0+

快速安装

1. 克隆项目

bash
git clone https://gitee.com/jiangbyte/hei-goframe.git

2. 安装依赖

bash
go mod tidy

3. 启动项目

bash
go run main.go

下一步

项目正在规划中,敬请期待!

Released under the MIT License.