Raspberry Pi × node.js × IC カードリーダーで入退室管理システム開発 の API サーバ
- 以下のコマンドを実行し、elastcisearch を docker コンテナで起動する。
docker-compose -f docker-compose.dev.yml up
- 以下のコマンドを実行し、SAM を起動する
yarn dev:http
- 以下のコマンドを実行し、SAM + elasticsearch を docker コンテナで起動する。
docker-compose up