/spotify-app

Primary LanguageJavaScript

Spotify Challege App

How to run

  1. Install Docker
  2. Clone this Repo
  3. cd postgres && docker-compose up
  4. cd ../api && node server
  5. cd ../frontend && yarn start

Frontend Explanation

There are 3 search boxes

The first one searches Spotify's tracks by title to be added to the local DB

The next 2 search the local DB by ISRC or Artist

Demo