Sound Assembly is a web application that allows users to login via Spotify OAuth and tag their followed artists to organise their music collection.
- Clone the repo
git clone https://github.com/GregaE/soundAssembly.git
- Install backend dependencies and start server
cd server
npm install
npm run serve
- Install frontend dependencies and start client
cd ..
cd client
npm install
npm start
- Login via your Spotify Account and click on Update Library to import your followed artists

