you-play / YouPlay

An app that creates mood-based playlists for seamless music streaming.
MIT License
3 stars 0 forks source link

Create `models` for all the relevant API endpoints #14

Closed sebastian-nunez closed 6 months ago

sebastian-nunez commented 7 months ago

Description

We need data models for each of the entities we will receiving from Spotify. Ex. artist, albums, songs.

Also, we need to implement our own data models for playlist and even user who will have their own liked songs and custom playlists

Acceptance Criteria

sebastian-nunez commented 7 months ago

Depends on issues #4 and #3

Mustacheeee commented 6 months ago

created the models and mock data for "Player", "Actions", "Album", "AlbumImage", "Tracks", "Artist". I think that should be good for now. I can create more if needed as we move on