Django Music Player is a simple web application built with Django that allows users to upload, manage, and play music files.
  cd Django-MusicPlayer  python3 -m venv env  source env/bin/activate  pip install -r requirements.txt  python manage.py runserver⚡️ SignUp and SignIn option.
⚡️ Google SignUp and SignIn option.
⚡️ Play song, view detailed information of song.
⚡️ Search songs.
⚡️ Filter songs based on language and singer.
⚡️ Create new playlist.
⚡️ Add/Remove songs to/from playlist.
⚡️ Add/Remove songs to/from favourites.
⚡️ Scroll through recently played/viewed songs.
⚡️ Explore songs through your personalized playlist and favourites.
⚡️ User authentication: Users can sign up, log in, and log out.
If you'd like to contribute to Django Music Player, feel free to fork this repository and submit a pull request.
- 
Option 1 - 🍴 Fork this repo!
 
- 
Option 2 - 👯 Clone this repo to your local machine.
 
- Build your code 🔨🔨🔨
- 🔃 Create a new pull request.