Skip to content

A Django-React Application Integrated with Spotify API

Notifications You must be signed in to change notification settings

avigupta10/House-Party

Repository files navigation

House Party

Django React Application with Spotify API

  1. User can authenticate with our application to access their data with a certain scope

  2. After the user has logged in and granted authorization, we obtain the access/refresh tokens

  3. User access token is used to make requests to the Spotify API

  4. After one's access token has expired, we request a new one using the refresh token (stays constant) to continue interacting with the Spotify API

Try It

https://house-party-spotify.herokuapp.com/ (Heroku license expried)

Setup Instructions

Install Required Python Modules

pip install -r requirements.txt

Start Web Server

To start the web server you need to run the following sequence of commands.

Run the django web server.

python manage.py runserver

Install Node Modules

First cd into the frontend folder.

cd frontend

Next install all dependicies.

npm i

Compile the Front-End

Run the production compile script

npm run build

or for development:

npm run dev

npm run dev

About

A Django-React Application Integrated with Spotify API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published