Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 292 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 292 Bytes

開発手順

  1. git clone する
  2. .env.sampleファイルを参考にして.envファイルを作成。(パスワード等は任意の文字列)
  3. docker-compose up --build (--buildは初回のみ)
  4. localhost:8000/docsでAPI一覧を確認できる。
  5. Ctrl + C でサーバの停止