mkxxq / gin-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

install && start

  1. clone the repo and enter local repo directory, then execute: go mod download
  2. prepare mysql connect params
  3. generate config file: cp .env.templ to .env
  4. change your config in .env
  5. start: go run main.go

packages and document

  1. gin and gin-doc
  2. sqlx and sqlx-doc
  3. validator and validator-doc

About


Languages

Language:Go 100.0%