Skip to content

coderedeng/gin-admin-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

运行步骤

  1. 克隆代码库:
git clone git clone https://github.com/coderedeng/gin-admin-example.git
  1. 进入项目目录:
cd gin-admin-example-main
  1. 安装依赖:
go mod tidy
  1. 配置数据库:
  • 在项目根目录下找到 sql/gpa.sql 文件,初始化数据库结构。
  1. 运行项目:
go run main.go
  1. 访问接口管理界面:
  • 生成swagger文档

  • swag init
    
  • 在浏览器中输入

  • swagger后端文档地址:http://127.0.0.1:8888/swagger/index.html
    knife4g后端文档地址:http://127.0.0.1:8888/doc/index
    

About

基于gin框架的后台管理系统后端模板

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published