Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)の学習用

Awesome Lists containing this project

README

        

# Gin - Nuxt

Go(Gin)の学習用に作成

フロントの技術選定については、環境構築や実装に時間をかけたくないため、時短実装できるNuxt+Vuetifyを選択

### バックエンド

- Gin(Golang)

### フロントエンド

- Nuxt(TypeScript)
- Vuetify

### インフラ

- Docker
- Docker Compose

#### やることリスト

- モデルを導入(gorm?)
- コントローラを導入
- 設定ファイルをいじりたい
- middlewareをいじりたい

#### 取り組んだポイント

- Docker環境では、フロントエンドとバックエンドのどちらでもホットリロードができるように構築しており、快適に開発が進められるようにしています。