Closed garammasala29 closed 2 years ago
分からないこと
いいねする→/api/posts/${this.post.id}/likes
のAPIを叩いてapp/controllers/api/likes_controller.rb
のcreateアクションへ
params[:post_id]
の情報以外は渡らない。(current_user
の情報やLikeのidなどが作成されない)
axiosを使った方が良い?(bootcampアプリは使っていない)
Rails側でAPIを作成しVue側でAPIにリクエストする いいね数、ユーザーがいいね済みであるかを判定