Remake of Project 1 - Web Application https://webapp.redragondigital.com
There is a chance for Spotify API to change their API setup (e.g. different endpoint name), if something does not load within the app, it is likely because of that - I would check that first.
To run current (or any) version of this project, first create and activate a virtual Python environment.
python -m venv .[venv name]
Windows:
.[venv name]\Scripts\activate
Unix or MacOS:
source .[venv name]/bin/activate
After creating and activating the virtual environment, you have to install the required packages, running:
pip install -r dependencies.txt