Musiqaa
It allows users to add albums and songs, play them and and choose some of theirs as favorite.User first needs to signup before doing any of above tasks.He can then login using same id password next time.It is a kind of Sound cloud.User can now manage and listen to your music from any device, anywhere in the world.
In the very beginning user gets a login page since this is a cloud there is no general homepage.User needs to login through his account.
If user doesn’t has a account, they can sign up by clicking on “Click here” or “Register”option.
After succesful login by correct user name and password, it leads to their homepage varying for every account(as per albums uploaded by the user.)
The homepage gives a view of all the albums of user. He can prioritize the albums by clicking on star button or delete them by clicking on dustbin button. User can also have a simila view of all the songs of all the albums together.
User can view songs of a particular album too at once.
User can play, delete, favorite the songs too.User can view just the favorite songs too.
User can also add an album or a song.
User can also search for any album or song using filter.
Built With
- Bootstrap
- Django
Getting Started
Download the repository on your local machine. Open Command Prompt and navigate to your folder. Run the following command:
python manage.py runserver
Prerequisite
- Django Python framework
- Editor
Installing Django
Install Python.
In the command prompt,execute the following command:
pip install django