Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 948 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 948 Bytes

House Party

House Party is a full stack Web Application developed using Django and React.js that showcases a Music Player using Spotify API.

IMAGE ALT TEXT

Setup

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

Tech

Following the MVC (Model, View, Controller) pattern, Mybrary uses some open source projects to work properly:

  • Django - High-level Python Web framework
  • React.js - JavaScript library for building user interfaces
  • Spotify - Spotify API

Showcase