Skip to content

Music Player webapp where you can listen, add, delete, download songs. Search functionality is also included. Simple UI with backend functionality more.

Notifications You must be signed in to change notification settings

AmitChigare/music-player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Music Player

First install the required libraries mentioned in requirements.txt file in the repo

eg: >> pip install django, eg: >> pip install Pillow

After successful installation all the libraries, run the following command in the current folder where manage.py is present

>> python manage.py runserver

Note that superuser is already created and sql database is already included this project for simplicity

Regular commits are provided explaining the steps implemented.

After successfully running the application, Goto musicPlayer webpage and add songs, then you can enjoy listening

Incase if you could not find the sqlite database:

>> python manage.py createsuperuser (Create the user)

In order to get all the static files to your project, run following cmd:

>> python manage.py collectstatic

About

Music Player webapp where you can listen, add, delete, download songs. Search functionality is also included. Simple UI with backend functionality more.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published