Built by David Zhao, inspired by Recieptify.
This web app is designed to connect with a user's Spotify and display the users most listened to artists. This app uses NodeJS, React, Django, and Spotify Web API.
First, install project from GitHub.
Next, install all dependencies listed on the "requirements.txt" file. This can be done with the following command line command: pip install -r requirements.txt
Then, open a new terminal (this will be the frontend terminal) and cd into the frontend folder. Run the command: npm start
After, open another terminal (this will be the backend terminal) and cd into the miniwrapped folder. Run the command: python manage.py runserver
The project should be good to go!