# go-admin-server **Repository Path**: Potassium-Nitrate/go-admin-server ## Basic Information - **Project Name**: go-admin-server - **Description**: go-admin-server go的后台管理 - **Primary Language**: Go - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-16 - **Last Updated**: 2025-02-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # go-admin-server #### 介绍 go-admin-server go的后台管理 #### 软件架构 软件架构说明 gin + gorm #### 安装教程 go version 1.20.14 支持win7 window server 2008r2 查看other文件夹下的install.txt 部分库不能使用-u 方式安装 下面是安装的部分包 ```shell go get github.com/gin-gonic/gin go get -u github.com/go-playground/validator/v10 go get -u gorm.io/gorm go get -u gorm.io/driver/sqlserver go get -u gorm.io/driver/sqlite go get github.com/spf13/viper go get github.com/google/uuid github.com/golang-jwt/jwt/v5 ``` #### 使用说明 #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 特技