Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.05 KB

README.md

File metadata and controls

30 lines (20 loc) · 1.05 KB

Spotica - Song player and lyrics app

An OAuth2.0 based Application with Spotify API

Preview

image

Installation requirements

  • node v14.*
  • yarn 1.22.*

Start server

yarn install
yarn devstart

Start client app

yarn install
yarn start

How to test

  1. After starting server and client, goto localhost:3000
  2. Click login with Spotify.
  3. Enter your spotify login details and submit.
  4. If successfull, you will be redirected to the client app again.
  5. Now you are successfully logged in.