📍 API サーバー情報
このAPIは4つの異なるアーキテクチャパターンで実装されています。各サーバーをローカルで起動してテストできます:
- Layered Architecture -
http://localhost:8080
- Clean Architecture -
http://localhost:8081
- Hexagonal Architecture -
http://localhost:8082
- DDD Architecture -
http://localhost:8083
💡 ヒント: 「Try it out」機能を使用するには、まずローカルでAPIサーバーを起動してください。
起動方法: make run-all または ./start.sh