a collaborative music playing app in which we will integrate our application with the third party Spotify API.
install Python
For windows - Download latest version from the official website:
https://www.python.org/downloads/Clone Musicly
git clone https://github.com/3RB16/Musicly.gitGo to the project directory
cd Musiclyinstall Virtual Enviorentment
python -m venv envAcitve Virtual Enviorentment
env/Scripts/activateInstall poetry
python -m pip install poetryInstall dependencies
poetry installStart the server
python manage.py makemigrations
python manage.py migrate
python manage.py runserver