This project is a Django/React web application integrated with the Spotify API that enables collaborative music experiences with OAuth authentication. The app enhances user engagement by allowing song playback controls and voting features.
- ๐ 20% faster user login with optimized session management.
- ๐ถ Seamless Spotify integration using OAuth authentication.
- ๐๏ธ Django REST API and React state management for smooth user interactions.
- ๐ 15% increase in user engagement via interactive playback controls and voting.
- ๐๏ธ SQLite database for efficient data storage and retrieval.
- Django (Backend & REST API)
- React.js (Frontend & State Management)
- Spotify API (Music Streaming & Playback Controls)
- OAuth 2.0 (User Authentication)
- SQLite (Database)
git clone https://github.com/your-repo/music-collab-app.git
cd music-collab-app
Ensure you have Python and Node.js installed, then run:
pip install -r requirements.txt
cd frontend
npm install
Start the backend:
python manage.py runserver
Start the frontend:
cd frontend
npm start
- Sign in with Spotify to authenticate.
- Create or join a music session with friends.
- Vote for songs and control playback.
- Enjoy a collaborative music experience!
This project is open-source under the MIT License.