# 后端 **Repository Path**: voice-chat/back-end ## Basic Information - **Project Name**: 后端 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-11 - **Last Updated**: 2026-03-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Voice Chat Backend Go backend foundation for the voice chat product described in `方案.docx`. ## Run ```powershell $env:GOCACHE='E:\project\voice-chat\back-end\.gocache' $env:GOMODCACHE='E:\project\voice-chat\back-end\.gomodcache' go run ./cmd/server ``` ## Environment - `APP_NAME` - `HTTP_ADDR` - `TOKEN_SECRET` - `ADMIN_PHONES` - `STORAGE_DRIVER` - `MYSQL_DSN` - `REDIS_ADDR` - `REDIS_PASSWORD` - `REDIS_DB`