larrysharpe / spotify-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:JavaScript 47.1%Language:TypeScript 39.1%Language:HTML 8.9%Language:CSS 4.9%