Skip to content

Commit

Permalink
docs:API周りのドキュメントを作成
Browse files Browse the repository at this point in the history
  • Loading branch information
mathsuky committed Dec 2, 2024
1 parent ff66970 commit c2d875c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,12 @@ npm run build
```sh
npm run lint
```

## API周りのコード生成の仕方

`./scripts/gen-api.sh`を実行してください。APIを利用する部分については,生成されたコードを使って実装をしてください。

## mockサーバーの立ち上げ方

開発環境においては,モックサーバーを利用します。モックサーバーの立ち上げには`./run-mock-api.sh`を実行してください。
このファイルを実行すると`localhost:4010`にモックサーバーが立ち上がりますので,ここで提供されるAPIを叩いてください。

0 comments on commit c2d875c

Please sign in to comment.