An open API service indexing awesome lists of open source software.

https://github.com/uptutu/domall-wxmini

基于 gin 框架上手的一个简易商城微信小程序后端。
https://github.com/uptutu/domall-wxmini

gin

Last synced: 8 months ago
JSON representation

基于 gin 框架上手的一个简易商城微信小程序后端。

Awesome Lists containing this project

README

          

开始项目

API 接口初始化框架,拉下即用

获取第三方包
```bash
go get
```


在GoLand设置中需要勾选 Go mod 启用,不然会有包会红线

对swagger 支持还未完成
安装swagger
```bash
go get -u github.com/swaggo/swag/cmd/swag
```


使用组建有



框架

  • Gin


    数据库模型
  • github.com/jinzhu/gorm
  • github.com/go-sql-driver/mysql



    配置读取

  • github.com/go-ini/ini


    工具
  • github.com/Unknwon/com
  • github.com/astaxie/beego/validation

    API文档(待完善)

  • github.com/swaggo/swag/cmd/swag
  • github.com/swaggo/gin-swagger
  • github.com/swaggo/gin-swagger/swaggerFiles