jack-michaud/partify

Create User Model

Closed this issue · 0 comments

Create a user collection in mongo

  • name: string
  • joined: string
  • spotifyId: string
  • refreshToken: string
  • accessToken: string
  • friends: UserId[]
  • playlists: PlaylistId[]
  • favoriteTrack: TrackId[]
  • favoriteArtists: ArtistId[]
  • favoriteAlbums: AlbumId[]
  • favoriteGenres: AlbumId[]