alleeclark / related_music

An application to find related artist for HIPHOP based on every music API available

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Music Related

#Precomplie project dependencies Python 3.5 > Pip3 (should be installed with python) virtualenv (a pip package) (to install on windows http://www.tylerbutler.com/2012/05/how-to-install-python-pip-and-virtualenv-on-windows-with-powershell/)

Set up dev environment on local machine on Linux/Mac OS X

Clone the project and cd into project

unizip package
open terminal
cd into directory

Set up your python virtual environment

virtualenv -p python3 [name_of_virtualenv]
source [name_of_virtualenv]/bin/activate

# go into project directory
cd music_related
pip3 -R install requirements.txt
python3 manage.py runserver

# create a new microservice 
python manage.py startapp [app_name]

About

An application to find related artist for HIPHOP based on every music API available


Languages

Language:Python 100.0%