アプリ名「RAY-BOON」
例文を ChatGPT の API キーを使用して生成できる単語帳アプリ
https://play.google.com/store/apps/details?id=com.rayboon
https://www.youtube.com/embed/lsZsKtkhAA4?si=nePNM35vfAgZkxa5
- 技育CAMP
- アドバンス
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