# backend-chat **Repository Path**: luocheng-fu/backend ## Basic Information - **Project Name**: backend-chat - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-05-27 - **Last Updated**: 2024-06-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # backend-chat 使用 go 语言开发的一套 IM 后台 #### 软件架构 1. 框架使用 gin 2. 配合 redis、mysql 实现的通讯后台 ## 运行项目 #### 克隆仓库 git clone [](https://gitee.com/luocheng-fu/backend) #### 进入项目目录 cd backend #### 安装依赖 go mod tidy #### 生成 swagger 文档 swag init #### 运行程序 go run main.go ## 打包 go build