Open
Description
A user should be able to create add custom playlists like on many other similar platforms.
- Create new playlist
- Edit playlist
- Add movie
- Remove movie
- Rename playlist
- Delete playlist
Playlist attributes:
- id
- name
- userId
- createdAt
- updatedAt
Playlist entry:
- movieId
- position
- createdAt
- updatedAt
Routes:
/users/<user>/playlistsPage listing all playlists of an user (owner can add/remove playlists here)/users/<user>/playlists/idSpecific playlist of an user