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