vinitraj10 / Sara

Sara lets you to upload your favourite songs in album,and play it on cloud from anywhere!!

Home Page:http://saracloud.pythonanywhere.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sara is a web-app to store your favourite songs in a particular album

I made this Project so that I can learn django and can have some test of building backend of website.if you find any bug in the project,feel free to create and issue .

Overview

Setting Up project:-

Install virtualenv:-

> virtualenv saraenv

Activate Environment:-

>saraenv\scripts\activate

Clone repository where you made virtualenv:-

>git clone https://github.com/vinitraj10/sara

open Sara in virtualenv and install requirements:-

(saraenv)>cd sara
(saraenv)>sara>pip install -r requirements.txt

Run Sara locally:-

>python manage.py runserver

the webiste should be live at http://localhost:8000

About

Sara lets you to upload your favourite songs in album,and play it on cloud from anywhere!!

http://saracloud.pythonanywhere.com


Languages

Language:CSS 64.7%Language:HTML 18.8%Language:Python 11.3%Language:JavaScript 5.2%