Skip to content

A React App with ExpressJS server include the principles of REST APIs to implementing Spotify’s OAuth flow and fetching API data in a React app. • Have a React Router & Styled Components for Routing and efficient style. also sets up a efficient development workflow with client/server architecture

Notifications You must be signed in to change notification settings

nagar2817/sp-profile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spotify Connected App

this is the Spotify-profile app

Local Installation & Set Up

  1. Register a Spotify App in your Spotify Developer Dashboard and add http://localhost:8888/callback as a Redirect URI in the app settings

  2. Create a .env file at the root of the project based on .env.example and add your unique CLIENT_ID and CLIENT_SECRET from the Spotify dashboard

  3. Ensure nvm and npm are installed globally

  4. Install the correct version of Node

    nvm install
  5. Install dependencies

    npm install
  6. Run the React app on http://localhost:3000 and the Node server on http://localhost:8888

    npm start

About

A React App with ExpressJS server include the principles of REST APIs to implementing Spotify’s OAuth flow and fetching API data in a React app. • Have a React Router & Styled Components for Routing and efficient style. also sets up a efficient development workflow with client/server architecture

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published