Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 464 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 464 Bytes

Spotify MTV

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.

Setup

  1. Clone the repo and run npm install to install all necessary dependencies.
  2. Run cd api && npm run start:dev to start the server.
  3. In a new window, run npm start in the client directory.
  4. The web application should now be hosted at http://localhost:3000.