Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 517 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 517 Bytes

SharedPlaylist 🎵

SharedPlaylist is a MERN stack application that uses Spotify API to allow users to create collaborative plalylists on spotify.

See it live

http://mighty-chamber-13522.herokuapp.com/

Quick Start 🚀

Configure default.json in config folder

{
client_id:"<you client id>",
client_secret:"<your client secret>"
}

Install server dependencies

npm install

Install client dependencies

cd client
npm install

Run locally

npm run dev