Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vicentefb/house-party

Full Stack Web App of a Music Player using Spotify API, Django and React.js
https://github.com/vicentefb/house-party

django reactjs spotify-api

Last synced: about 2 months ago
JSON representation

Full Stack Web App of a Music Player using Spotify API, Django and React.js

Awesome Lists containing this project

README

        

# 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](http://img.youtube.com/vi/vE4lzrD1LM0/0.jpg)](http://www.youtube.com/watch?v=vE4lzrD1LM0 "House Party")

## Setup

```sh
git clone https://github.com/vicentefb/House-Party.git
cd House-Party\music_controller
python .\manage.py runserver
```

In a new terminal
```sh
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

[Django]:
[React.js]:
[Spotify]:

### Showcase

![](images/Home.PNG)
![](images/Create.PNG)