Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.93 KB

README.md

File metadata and controls

42 lines (31 loc) · 1.93 KB

Music Player Django App

This Django app allows users to browse and play music tracks. It provides a simple and intuitive interface for managing and playing songs.

ScreenShots

image image                                        image

Features

  • Browse and search songs by title and artist.
  • Play songs directly from the app.
  • Upload audio files and associate them with songs.
  • Display song details, including artist, title, duration, and album artwork.
  • Pagination support for easy navigation through the song collection.

Technologies Used

  • Django: A powerful Python web framework for building web applications.
  • Bootstrap: A popular HTML, CSS, and JavaScript framework for creating responsive and mobile-first web pages.
  • MediaElement.js: A customizable HTML5 audio and video player library.

Setup and Installation

  1. Clone the repository: git clone <repository_url>
  2. Navigate to the project directory: cd Django_Music_Player
  3. Install the dependencies: pip install -r requirements.txt
  4. Run the application: python manage.py runserver
  5. Access the application in your web browser at: http://localhost:8000

Usage

  • Upon launching the app, you will be presented with a list of songs.
  • Use the pagination buttons at the bottom to navigate through the songs.
  • Click on a song's album artwork or title to start playing the song.
  • Use the play/pause, next, and previous buttons to control the playback.
  • Upload songs through admin panel