Skip to content

theyashshahs/Tune

Folders and files

NameName
Last commit message
Last commit date
Aug 19, 2020
Aug 19, 2020
May 19, 2020
May 19, 2020
Aug 19, 2020
May 17, 2020
May 14, 2020
May 17, 2020
Apr 11, 2020
Jul 10, 2020
Dec 20, 2019
Mar 30, 2021
Mar 30, 2021

Repository files navigation

Tune

Website for Music powered by

Files served using

Deployed on

Development πŸ”§

Setup

$ git clone https://github.com/yashshah2820/cerebro-backend-2020.git
$ cd cerebro-backend-2020

For setting virtual environment

$ virtualenv venv

For activating virtual environment in windows

$ venv/Scripts/activate

For activating virtual environment in Ubuntu

$ source venv/bin/activate

After creating virtual environment

Start πŸ‡

$ pip install -r requirements.txt
$ python manage.py makemigrations
$ python manage.py migrate
$ python manage.py runserver

Made with ❀ by Yash Shah