mockoon-dev/README.md
2024-10-20 18:13:14 +09:00

20 lines
648 B
Markdown
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Mockoon
簡単にローカルでモックサーバーを設定できるツールです。
GUIベースで使いやすく、APIのモックレスポンスを迅速に設定できます。
Mockoonには公式のDockerイメージがないため、カスタムDockerイメージを作成する必要があります
- https://mockoon.com/download/
- https://mockoon.com/tutorials/getting-started/#step-1-install-the-application
```bash
mockoon-cli start --data mockoon-config.json --port 3000
```
// コマンド
```bash
json-server -watch jsonファイル -p ポート番号
npx json-server -watch ./db/db.json -p 3003
```