Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 1.04 KB

File metadata and controls

52 lines (36 loc) · 1.04 KB

Sound Assembly is a web application that allows users to login via Spotify OAuth and tag their followed artists to organise their music collection.

Preview

Getting started

  1. Clone the repo
git clone https://github.com/GregaE/soundAssembly.git
  1. Install backend dependencies and start server
cd server
npm install
npm run serve
  1. Install frontend dependencies and start client
cd ..
cd client
npm install
npm start
  1. Login via your Spotify Account and click on Update Library to import your followed artists

Built with

Author

Grega Erzen - Github - LinkedIn