Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 576 Bytes

File metadata and controls

28 lines (16 loc) · 576 Bytes

README

環境セットアップ方法

  1. docker-compose buildでコンテナを立ち上げ
  2. docker-compose run web rails db:createでデータベース作成
  3. docker-compose run web rails db:migrateでマイグレーションファイルを実行
  4. docker-compose upで実行

ドキュメント

API仕様書

https://codegatecircle.github.io/communication_app_back

ER図

https://codegatecircle.github.io/communication_app_back/erd

apiエンドポイント

開発環境

http://localhost:3000

ステージング

https://comm.fly.dev