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.git
Go to the project directory
cd Musicly
install Virtual Enviorentment
python -m venv env
Acitve Virtual Enviorentment
env/Scripts/activate
Install poetry
python -m pip install poetry
Install dependencies
poetry install
Start the server
python manage.py makemigrations
python manage.py migrate
python manage.py runserver