# 后台框架模板 **Repository Path**: xgotool/backend-framework-template ## Basic Information - **Project Name**: 后台框架模板 - **Description**: 我的个人后台目录集【go语言版本】 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-24 - **Last Updated**: 2025-05-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # backend-framework-template ## 介绍 这是一个基于Gin框架的后端框架模板,可以快速搭建一个后端服务。 ## 目录结构 ``` ├── admin_vue # 管理后台前端项目 ├── app # 后端项目 ├── config # 配置文件 ├── models # 模型层 ├── router # 路由层 ├── service # 服务层 ├── main.go # 程序入口 ├── Makefile # Makefile └── readme.md # 说明文档 ``` ## 环境依赖 - Golang 1.23+ - Node 22.10+ - nvm