Skip to content

Commit

Permalink
Fix: Readme.md -> パス修正
Browse files Browse the repository at this point in the history
  • Loading branch information
chalmeal committed May 11, 2024
1 parent 9d9c025 commit f6a5540
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,17 @@ S3を想定したファイルダウンロード/アップロード実装です
| [users](https://github.com/chalmeal/go-gin-file/blob/master/.doc/data/users.md) | ユーザーテーブル。サービスの利用者情報。 |

### 仕様
| 書名 | 概要 |
| --------------------------------------------------------------------------------------- | ----------------------------------------- |
| [ファイル利用](https://github.com/chalmeal/go-gin-file/blob/master/.doc/method/file.md) | ファイルアップロード/ダウンロードについて |
| 書名 | 概要 |
| ----------------------------------------------------------------------------------------------- | ----------------------------------------- |
| [ファイル利用](https://github.com/chalmeal/go-gin-file/blob/master/.doc/method/ファイル利用.md) | ファイルアップロード/ダウンロードについて |

## セットアップ

### DB
* DBの環境は以下を想定します。
* MySQL
* GORM
* create schemaのみ行う必要があります。[DDL](.db/setup/ddl-create-chema.sql)
* create schemaのみ行う必要があります。[DDL](.db/setup/ddl-create-schema.sql)
* [app.ini](config/app.ini)に対してDB接続情報を定義してください。
* テーブルはGORMが提供するAutoMigrateを利用します。
* 各テーブルは初回API実行時に生成されます。
Expand Down

0 comments on commit f6a5540

Please sign in to comment.