Skip to content

rohitkadhe/MusicTransfer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Music Transfer

Website Flow

Landing Page

Select Source Account Page

Select Playlists Page

Select Destination Account Page

Transfer Page

Running the project locally

Prerequisites

  • In the server directory configure the .env.example file with your client_id and client_secret
  • Make sure you don't have quotes around your client_id and client_secret
  • Rename the .env.example file to .env

Running the server locally

Running the client locally

  • Change BASE_URL in the strings.js file in the constants folder "http://localhost:5433"
  • Open a terminal of choice
  • Change directories into the project directory then into the 'client' directory
  • Type 'npm start'