A room sharing app to listen to music with people that have similar tastes
- Create a virtual environment using "virtualenv myprojectenv"
- Activate the enviroment using "source myprojectenv/bin/activate"
- Use the the enviroment to download all the dependencies using "pip install -r requirements"
- Run your django server "python manage.py runserver"
- In a second terminal run the frontend using "npm run dev"
- Now navigate to the browser and the site should be there ready for you
- Make sure you have a song playing in Spotify for this app to work
-add flavicon (tried and struggled) -make actual music play from the app itself -Work with podcasts too -Spotipy to be used as the library to access spotify -In app messages