Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
NuthanReddy committed Aug 2, 2017
0 parents commit b54abd5
Show file tree
Hide file tree
Showing 90 changed files with 6,756 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.idea
31 changes: 31 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
![](http://i.imgur.com/YiFZyuW.png)

# What is Viberr?

Viberr is an application that let's you upload, store, and play all of your music from the cloud. You can now manage and listen to your music from any device, anywhere in the world.

![](http://i.imgur.com/9Ix2CbR.png)

## How does it work?

To get started, first create a new album. When adding an album cover logo, it's best to have a resolution of at least 512x512 and to use common image formats such as JPG, JPEG, or PNG.

![](http://i.imgur.com/RsGZfUq.png)

## Adding Songs

After an album is created you will then be able to add/upload songs. Currently supported file types are WAV, MP3, and OGG.

![](http://i.imgur.com/gTNrnV6.png)

## My Songs

Once songs are added to an album you are then able to play, favorite, and delete them.

![](http://i.imgur.com/ggcgbz0.png)

## Searching

You can also search for music using the search feature at the top of every page. Any relevant albums will appear at the top of the results page, and the results for individual songs will appear below.

![](http://i.imgur.com/kfkFA3N.png)
Binary file added db.sqlite3
Binary file not shown.
10 changes: 10 additions & 0 deletions manage.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/usr/bin/env python
import os
import sys

if __name__ == "__main__":
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "website.settings")

from django.core.management import execute_from_command_line

execute_from_command_line(sys.argv)
Binary file added media/OpenData.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/brain_human.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/brown-dice-header.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/deep_learning.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/generic8.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit b54abd5

Please sign in to comment.