8000 GitHub - hiwatee/gin-members-api
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

hiwatee/gin-members-api

Repository files navigation

gin-members-api

gin のサンプル

Versions

gin: 1.15

起動方法

docker-compose up

Swagger url

http://127.0.0.1:8000/swagger/index.html

testing

go test -v ./directory
go test -v ./...

以下の機能の検証用として作成

環境構築

  • [x]Docker での起動
  • [x]Database 接続
  • [x]自動コンパイル

ORM( gorm )

  • [x]Migration
  • [x]CRUD の ORM の確認
  • [ ]LIMIT,OFFSET

Swagger

  • [x]Swagger 生成

ネットワーク設定

  • [x]CORS 対策

実装方法

  • [x]OAuth2 を利用したログイン機能
  • [ ]外部ストレージの利用
  • [ ]外部 API を利用したメールの送信

テスト

  • [ ]ユニットテスト(Model)
  • [ ]ユニットテスト(Controllers)
  • [x]API リクエストテスト

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0