Skip to content

divyam2207/CollaborativeMusicPlayingApplication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Django-React Music Collaboration App 🎵

Overview

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.

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.

Tech Stack

  • Django (Backend & REST API)
  • React.js (Frontend & State Management)
  • Spotify API (Music Streaming & Playback Controls)
  • OAuth 2.0 (User Authentication)
  • SQLite (Database)

Installation & Setup

1. Clone the Repository

git clone https://github.com/your-repo/music-collab-app.git
cd music-collab-app

2. Install Dependencies

Ensure you have Python and Node.js installed, then run:

pip install -r requirements.txt
cd frontend
npm install

3. Run the Application

Start the backend:

python manage.py runserver

Start the frontend:

cd frontend
npm start

Usage

  1. Sign in with Spotify to authenticate.
  2. Create or join a music session with friends.
  3. Vote for songs and control playback.
  4. Enjoy a collaborative music experience!

License

This project is open-source under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors