fs0414 / speakerEnv

0 stars 0 forks source link

コンセプト

スクリーンショット 2024-04-29 12 45 39

https://www.figma.com/file/Bm7wTqkY4bRsHYsDHGknrm/Untitled?type=whiteboard&node-id=0%3A1&t=pGrzNETbzCpMParo-1

memo

環境構築

  1. clone

    git clone https://github.com/fs0414/speakerEnv.git
  2. env設定

  3. container起動

    
    docker compose up -d --build

docker compose exec app sh


4. db set
```zsh
rails db:create

rails db:migrate

開発フロー

git flow

issue

actor stack
app rails
slide host s3
db postgresql
batch sidekiq
cache redis
production render or fly.io
local docker