Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 1.05 KB

File metadata and controls

30 lines (25 loc) · 1.05 KB

test release

Twitterトレンド予測ゲーム | uKA

uka.uehr.co | 本番
uka-stg.uehr.co | ステージング
Wiki

アーキテクチャ

uKAアーキテクチャ

ローカル起動

  1. 以下4つの環境変数をセット

    • UKA_TWITTER_ID
    • UKA_TWITTER_SECRET
    • UKA_TWITTER_TOKEN
    • UKA_TWITTER_TOKEN_SECRET
  2. docker-compose up

開発ステータス

  • サーバレスインフラ構築(AWS)
  • CI/CD テスト(GitHubActions)
  • CI/CD リリース(GitHubActions)
  • アクセス解析(GoogleAnalytics)
  • TwitterAPI連携(SpringBoot)
  • エラー監視(Sentry)
  • API実装(SpringBoot)
  • テスト実装(SpringBoot)
  • フロントアプリ実装(Vue.js)