A web application that matches tracks in a user's Spotify profile to music videos found on Youtube. Provides an easy to use platform for users to view these music videos.
- Clone the repo and run
npm install
to install all necessary dependencies. - Run
cd api && npm run start:dev
to start the server. - In a new window, run
npm start
in theclient
directory. - The web application should now be hosted at http://localhost:3000.