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

No packages published