Skip to content

Nasim-Khalili/Django-Spotify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Spotify Clone

This is a Django-based music streaming application inspired by Spotify. It allows users to browse, search, and play music.

Features

  • User authentication (signup/login/logout)
  • Upload and manage songs
  • Create and manage playlists
  • Search functionality for songs and artists
  • Audio streaming

Installation

Prerequisites

  • Python 3.x
  • Django 4.x
  • PostgreSQL (or SQLite for development)

Setup

  1. Clone the repository:

    git clone https://github.com/your-username/django-spotify-clone.git
    cd django-spotify-clone
  2. Create and activate a virtual environment:

    python -m venv venv
    source venv/bin/activate  # On Windows use `venv\Scripts\activate`
  3. Install dependencies:

    pip install -r requirements.txt
  4. Apply migrations:

    python manage.py migrate
  5. Create a superuser:

    python manage.py createsuperuser
  6. Run the development server:

    python manage.py runserver
  7. Access the application at http://127.0.0.1:8000/

Technologies Used

  • Django
  • Django Rest Framework (DRF) (if API support is needed)
  • PostgreSQL/SQLite
  • HTML, CSS, JavaScript (Frontend)

Contribution

Feel free to contribute by opening an issue or submitting a pull request.

About

Spotify with Django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published