SharedPlaylist is a MERN stack application that uses Spotify API to allow users to create collaborative plalylists on spotify.
http://mighty-chamber-13522.herokuapp.com/
{
client_id:"<you client id>",
client_secret:"<your client secret>"
}
npm install
cd client
npm install
npm run dev