[go: nahoru, domu]

Skip to content

nuwanchiran/spotica

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spotica - An OAuth2.0 based Application with Spotify API

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 spotify login details and submit.
  4. If successfull, you will be redirected to the client app again.
  5. Now you are successfully logged in.