Skip to content

illionillion/RAY-BOON

Repository files navigation

説明

アプリ名「RAY-BOON」

例文を ChatGPT の API キーを使用して生成できる単語帳アプリ

Google Play Store

https://play.google.com/store/apps/details?id=com.rayboon

Demo

https://www.youtube.com/embed/lsZsKtkhAA4?si=nePNM35vfAgZkxa5

Canva

  1. 技育CAMP
  1. アドバンス

システム構成

flowchart LR

OU[User]

subgraph mobile[モバイルアプリ]
    useTech1{{"React Native"}}
end

subgraph api[WebAPIサーバー]

    subgraph infrastructure[Vercel]

        useTech2{{"Express"}}

    end

end

subgraph openai[ChatGPT]

end

OU <--> mobile
mobile <--> api
api <--> openai