Skip to content

[Base] [Do not merge] Replace backend with Go API server#344

Draft
bokusunny wants to merge 9 commits intomasterfrom
Construct_go_api_server
Draft

[Base] [Do not merge] Replace backend with Go API server#344
bokusunny wants to merge 9 commits intomasterfrom
Construct_go_api_server

Conversation

@bokusunny
Copy link
Owner

@bokusunny bokusunny commented Jun 16, 2019

resolve #361

概要

バックエンドをGoに置き換え

詳細

  • Firebaseに任せていたバックエンドをGolang + mysqlに置き換える
    -> cloud firestoreは廃止、慣れ親しんだREST APIへ回帰
  • APIサーバへのリクエストはJWTを用いて認証するように

@bokusunny bokusunny added the base base issue label Jun 16, 2019
@bokusunny bokusunny self-assigned this Jun 16, 2019
return 'http://localhost:3000'

case 'production':
return 'https://elabor-8.com'
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

これ間違えてるやん笑
フロントサーバのアドレスじゃなくてバックエンドサーバのアドレスです

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

base base issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

バックエンドをGoのapiサーバ+mysqlに置き換えたい

3 participants