View on GitHub

Musiqaa

A website where user can signup and login, add albums and songs, play them and and choose some of theirs as favorite. Also there is a admin who can do the same functions as that of a user but also can manage or block other users.

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. login

If user doesn’t has a account, they can sign up by clicking on “Click here” or “Register”option. register

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.) homepage

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. songs

User can view songs of a particular album too at once. view_album

User can play, delete, favorite the songs too.User can view just the favorite songs too. fv_songs

User can also add an album or a song. addalbum addsong

User can also search for any album or song using filter. search

Built With

  1. Bootstrap
  2. 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

  1. Django Python framework
  2. Editor

Installing Django

Install Python.

In the command prompt,execute the following command:

pip install django