Demsley1/musit_2

like (save) existing playlist to account

Closed this issue · 2 comments

like (save) existing playlist to account

Description:

  • Create vote model and table
  • Link vote table to User and Playlist
  • Add JS to handle button click for like button
  • Attach vote model to include in user, and playlist routes
  • created vote model
  • linked votes to playlist and users as through table
  • added click handler to frontend
  • added votes to routes & api routes