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 installto install all necessary dependencies. - Run
cd api && npm run start:devto start the server. - In a new window, run
npm startin theclientdirectory. - The web application should now be hosted at http://localhost:3000.