Skip to content

A web based application where users can upload and share music to other users.

Notifications You must be signed in to change notification settings

sbhkmndl/Music-Library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Music-Library

It's my MCA last semester project based on Python/Django. A web based application where users can upload and share music to other users. Users can create album and playlist and also listen them.

Run following commands after clone the project

  • cd Music-Library
  • pip install virtualenv
  • virtualenv .
  • (activate virtual env)
  • cd src
  • pip install -r requirements.txt
  • python manage.py migrate
  • python manage.py collectstatic
  • configure MusicLibrary/settings.py file
    • add your email id in EMAIL_HOST_USER variable to sent email in case of forgate password of users
    • add password in EMAIL_HOST_PASSWORD variable
  • python manage.py runserver

About

A web based application where users can upload and share music to other users.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published