House Party is a full stack Web Application developed using Django and React.js that showcases a Music Player using Spotify API.
git clone https://github.com/vicentefb/House-Party.git
cd House-Party\music_controller
python .\manage.py runserver
In a new terminal
cd House-Party\music_controller\frontend
npm install
npm run dev
Following the MVC (Model, View, Controller) pattern, Mybrary uses some open source projects to work properly: