Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vicentefb/house-party
- Owner: vicentefb
- Created: 2021-01-23T23:41:14.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-02T06:00:32.000Z (about 3 years ago)
- Last Synced: 2023-09-03T01:08:02.251Z (over 1 year ago)
- Topics: django, reactjs, spotify-api
- Language: Python
- Homepage:
- Size: 623 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)