Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ijproject/go-gin-tutorial
Go(Gin)の学習用
https://github.com/ijproject/go-gin-tutorial
docker gin go nuxt vuetify
Last synced: about 1 month ago
JSON representation
Go(Gin)の学習用
- Host: GitHub
- URL: https://github.com/ijproject/go-gin-tutorial
- Owner: IJproject
- Created: 2024-04-08T05:23:22.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-14T05:59:24.000Z (7 months ago)
- Last Synced: 2024-04-14T21:59:36.911Z (7 months ago)
- Topics: docker, gin, go, nuxt, vuetify
- Language: Go
- Homepage:
- Size: 5.21 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gin - Nuxt
Go(Gin)の学習用に作成
フロントの技術選定については、環境構築や実装に時間をかけたくないため、時短実装できるNuxt+Vuetifyを選択
### バックエンド
- Gin(Golang)
### フロントエンド
- Nuxt(TypeScript)
- Vuetify### インフラ
- Docker
- Docker Compose#### やることリスト
- モデルを導入(gorm?)
- コントローラを導入
- 設定ファイルをいじりたい
- middlewareをいじりたい#### 取り組んだポイント
- Docker環境では、フロントエンドとバックエンドのどちらでもホットリロードができるように構築しており、快適に開発が進められるようにしています。